Skip to content

Commit e10d36c

Browse files
committed
bump CI Go version to 1.24.13+ to fix govulncheck failure
Go 1.24.13 fixes GO-2026-4337 (crypto/tls session resumption vulnerability).
1 parent 2081927 commit e10d36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
types:
1212
- "checks_requested"
1313
env:
14-
GO_VERSION: "~1.24.0"
14+
GO_VERSION: "~1.24.13"
1515
jobs:
1616
go-lint:
1717
name: "Lint Go"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
types:
1212
- "checks_requested"
1313
env:
14-
GO_VERSION: "~1.24.0"
14+
GO_VERSION: "~1.24.13"
1515
jobs:
1616
unit:
1717
name: "Unit"

0 commit comments

Comments
 (0)