Skip to content

Commit 7138db2

Browse files
authored
fix: bump Go to 1.26.5 to fix govulncheck stdlib vulns (#22)
1 parent 6c2e8b0 commit 7138db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
cancel-in-progress: true
3333

3434
env:
35-
GO_VERSION: "1.26.4"
35+
GO_VERSION: "1.26.5"
3636
GOPROXY: "https://proxy.golang.org,direct"
3737
GOPRIVATE: "github.com/GrayCodeAI/*"
3838
GONOSUMDB: "github.com/GrayCodeAI/*"

0 commit comments

Comments
 (0)