Skip to content

Commit 6e7c524

Browse files
julianknutsenclaude
andcommitted
fix: bump Go to 1.24.13 to resolve stdlib vulnerabilities
Fixes all 13 govulncheck findings (crypto/x509, os/exec, net/http, etc). Re-enables govulncheck as a hard gate now that stdlib is clean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent caec310 commit 6e7c524

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
run: go install golang.org/x/vuln/cmd/govulncheck@latest
8585

8686
- name: Go vulnerability check
87-
continue-on-error: true
8887
run: govulncheck ./...
8988

9089
- uses: oven-sh/setup-bun@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/julianknutsen/wasteland
22

3-
go 1.24.4
3+
go 1.24.13
44

55
require (
66
github.com/charmbracelet/bubbles v1.0.0

0 commit comments

Comments
 (0)