mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-13 18:48:52 +00:00
fix: update CI to Go 1.25 and add mcp-server to build
go.mod was bumped to go 1.25.0 by go mod tidy. CI was still on 1.22, causing covdata tool errors. Also adds mcp-server binary to CI build step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,12 +19,13 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.25'
|
||||||
|
|
||||||
- name: Go Build
|
- name: Go Build
|
||||||
run: |
|
run: |
|
||||||
go build ./cmd/server/...
|
go build ./cmd/server/...
|
||||||
go build ./cmd/agent/...
|
go build ./cmd/agent/...
|
||||||
|
go build ./cmd/mcp-server/...
|
||||||
|
|
||||||
- name: Go Vet
|
- name: Go Vet
|
||||||
run: go vet ./...
|
run: go vet ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user