Skip to content

Commit d5ef45a

Browse files
Upgrade go to 1.24.11
1 parent 2487eca commit d5ef45a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.disvulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
toolchain: go1.24.9
2+
toolchain: go1.24.11

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
# Single source of truth for tool versions
1212
env:
13-
GO_VERSION: '1.24.9'
13+
GO_VERSION: '1.24.11'
1414
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1515

1616
jobs:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
# Single source of truth for tool versions
1717
env:
18-
GO_VERSION: '1.24.9'
18+
GO_VERSION: '1.24.11'
1919

2020
jobs:
2121
dis-redirect-proxy-audit:

ci/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image_resource:
55
type: registry-image
66
source:
77
repository: golang
8-
tag: 1.25.2-bullseye
8+
tag: 1.24.11-bookworm
99
registry_mirror:
1010
host: ((ecr_repository_uri))
1111
aws_access_key_id: ((aws_access_key_id))

0 commit comments

Comments
 (0)