Skip to content

Commit b0ee432

Browse files
committed
Upgrade Go 1.24.10 in CI
Signed-off-by: David Son <davbson@amazon.com>
1 parent eaf7aba commit b0ee432

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/benchmark-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
deployments: write
2020

2121
env:
22-
GO_VERSION: '1.24.9'
22+
GO_VERSION: '1.24.10'
2323

2424
jobs:
2525
benchmark:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- '!benchmark/**'
2323

2424
env:
25-
GO_VERSION: '1.24.9'
25+
GO_VERSION: '1.24.10'
2626

2727
jobs:
2828
setup:

.github/workflows/bump-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
GO_VERSION: '1.24.9'
11+
GO_VERSION: '1.24.10'
1212

1313
permissions:
1414
contents: write

.github/workflows/comparision-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'Makefile'
1212

1313
env:
14-
GO_VERSION: '1.24.9'
14+
GO_VERSION: '1.24.10'
1515

1616
jobs:
1717
check:

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['main', 'release/**']
88

99
env:
10-
GO_VERSION: '1.24.9'
10+
GO_VERSION: '1.24.10'
1111
GOLANGCI_LINT_VERSION: '2.5.0'
1212

1313
jobs:

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'Makefile'
1313

1414
env:
15-
GO_VERSION: '1.24.9'
15+
GO_VERSION: '1.24.10'
1616

1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)