Skip to content

Commit 485aad3

Browse files
committed
feat: update go version in github action
1 parent 6e546a7 commit 485aad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: artifacts
2020
strategy:
2121
matrix:
22-
go-version: [1.18.1]
22+
go-version: [1.19.1]
2323
os: [ubuntu-latest]
2424
runs-on: ${{ matrix.os }}
2525
outputs:

0 commit comments

Comments
 (0)