Skip to content

Commit 101be30

Browse files
committed
fix release.yml
1 parent 42fa023 commit 101be30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code into the Go module directory
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1515

16-
- name: Set up Go 1.17
17-
uses: actions/setup-go@v2
16+
- name: Set up Go 1.18
17+
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.17
19+
go-version: 1.18
2020
id: go
2121

2222
- name: Release

0 commit comments

Comments
 (0)