Skip to content

Commit dc59ade

Browse files
committed
更新golang编译版本
1 parent 65c0bc8 commit dc59ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.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.17]
12+
go-version: [1.22.1]
1313
name: Build
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.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.17 ]
12+
go-version: [1.22.1 ]
1313
name: Build
1414
runs-on: ${{ matrix.platform }}
1515
steps:

0 commit comments

Comments
 (0)