mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 20:11:31 +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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22'
|
||||
go-version: '1.25'
|
||||
|
||||
- name: Go Build
|
||||
run: |
|
||||
go build ./cmd/server/...
|
||||
go build ./cmd/agent/...
|
||||
go build ./cmd/mcp-server/...
|
||||
|
||||
- name: Go Vet
|
||||
run: go vet ./...
|
||||
|
||||
Reference in New Issue
Block a user