Skip to content

Commit 424bfd3

Browse files
committed
update go in workflows
1 parent 179f172 commit 424bfd3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
submodules: recursive
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: '~1.21.10'
70+
go-version: '~1.23.4'
7171
check-latest: true
7272
- uses: actions/setup-java@v4
7373
if: ${{ matrix.language == 'java' }}

.github/workflows/main-build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
submodules: recursive
8686
- uses: actions/setup-go@v5
8787
with:
88-
go-version: '~1.21.10'
88+
go-version: '~1.23.4'
8989
check-latest: true
9090
- uses: actions/setup-java@v4
9191
with:

.github/workflows/main-build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '~1.21.10'
33+
go-version: '~1.23.4'
3434
check-latest: true
3535
- uses: actions/setup-python@v5
3636
with:

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
submodules: recursive
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '~1.21.10'
43+
go-version: '~1.23.4'
4444
check-latest: true
4545
- uses: actions/setup-dotnet@v4
4646
if: ${{ matrix.language == 'dotnet' }}

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
submodules: true
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: '~1.21.10'
27+
go-version: '~1.23.4'
2828
check-latest: true
2929
- uses: actions/setup-java@v4
3030
if: ${{ matrix.language == 'java' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
# above, always setup go 1.18.
273273
# if: ${{ env.TEST_LANGUAGE == 'go' }}
274274
with:
275-
go-version: '~1.21.10'
275+
go-version: '~1.23.4'
276276
check-latest: true
277277
- name: download layer tf file
278278
uses: actions/download-artifact@v4

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
submodules: recursive
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: '~1.21.10'
70+
go-version: '~1.23.4'
7171
check-latest: true
7272
- uses: actions/setup-java@v4
7373
if: ${{ matrix.language == 'java' }}

0 commit comments

Comments
 (0)