Skip to content

Commit 9d453ae

Browse files
authored
[chore][CICD] Upgrade GO_VERSION to 1.24.4 (#1867)
* [chore][CICD] Update version of go used in tests * fix formatting
1 parent 22e82d4 commit 9d453ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GO_VERSION: 1.24.2
10+
GO_VERSION: 1.24.4
1111
jobs:
1212
setup-environment:
1313
timeout-minutes: 30

.github/workflows/functional_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
GO_VERSION: 1.24.1
7+
GO_VERSION: 1.24.4
88
# Make sure to exit early if cache segment download times out after 2 minutes.
99
# We limit cache download as a whole to 5 minutes.
1010
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2

.github/workflows/functional_test_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: false
1717

1818
env:
19-
GO_VERSION: 1.23.6
19+
GO_VERSION: 1.24.4
2020
# Make sure to exit early if cache segment download times out after 2 minutes.
2121
# We limit cache download as a whole to 5 minutes.
2222
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2

0 commit comments

Comments
 (0)