Skip to content

Commit b041685

Browse files
authored
Update go version in the workflows (#708)
1 parent cb2c083 commit b041685

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v4
6969
with:
70-
go-version: '^1.20.7'
70+
go-version: '^1.21.1'
7171
- uses: actions/setup-java@v3
7272
if: ${{ matrix.language == 'java' }}
7373
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: recursive
3434
- uses: actions/setup-go@v4
3535
with:
36-
go-version: '^1.20.7'
36+
go-version: '^1.21.1'
3737
- uses: actions/setup-python@v4
3838
with:
3939
python-version: '3.x'

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
submodules: recursive
8585
- uses: actions/setup-go@v4
8686
with:
87-
go-version: '^1.20.7'
87+
go-version: '^1.21.1'
8888
- uses: actions/setup-java@v3
8989
if: ${{ matrix.language == 'java' }}
9090
with:

.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@v4
2626
with:
27-
go-version: '^1.20.7'
27+
go-version: '^1.21.1'
2828
- uses: actions/setup-java@v3
2929
if: ${{ matrix.language == 'java' }}
3030
with:

0 commit comments

Comments
 (0)