Skip to content

Commit 3ab273f

Browse files
committed
Upgrade to Go 1.24 to fix standard library vulnerabilities
Updates Go version from 1.23.4 to 1.24.13 to address 10 security vulnerabilities in the standard library: - GO-2026-4340, GO-2026-4337 in crypto/tls - GO-2025-4175, GO-2025-4155, GO-2025-4013, GO-2025-4007 in crypto/x509 - GO-2025-4011 in encoding/asn1 - GO-2025-4010 in net/url - GO-2025-4009 in encoding/pem - GO-2025-4008 in crypto/tls
1 parent 5a6411b commit 3ab273f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
88
branches:
99
- "*"
1010
env:
11-
GO_VERSION: "~1.23.4"
11+
GO_VERSION: "~1.24.13"
1212
jobs:
1313
unit:
1414
name: "Unit"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
88
pull_request:
99
branches: ["*"]
1010
env:
11-
GO_VERSION: "~1.23.4"
11+
GO_VERSION: "~1.24.13"
1212
jobs:
1313
lint:
1414
name: "Lint"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/authzed/ctxkey
22

3-
go 1.23.4
3+
go 1.24

0 commit comments

Comments
 (0)