Skip to content

Commit d142fc3

Browse files
committed
ci: upgrade golang version
1 parent f235671 commit d142fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_linux_musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
platform: [ ubuntu-latest ]
12-
go-version: [ '1.20' ]
12+
go-version: [ '1.21' ]
1313
name: Release
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release_linux_musl_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
platform: [ ubuntu-latest ]
12-
go-version: [ '1.20' ]
12+
go-version: [ '1.21' ]
1313
name: Release
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)