Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "1.26"
go-version: "1.27"
# Without this, setup-go keeps the runner image's PREINSTALLED Go when it
# satisfies the "1.26" range, instead of fetching the newest patch. That
# silently pins CI to a stale patch release — which govulncheck then reports
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.4
version: v2.13.1

- name: Run govulncheck
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "1.26"
go-version: "1.27"
# Match ci.yml: build released binaries with the newest 1.26 patch rather
# than whatever the runner image happens to ship, so a release never carries
# stdlib vulnerabilities CI has already been fixed against.
Expand Down