Skip to content

Commit fc1287e

Browse files
Fix go version in release workflow
1 parent eae12f5 commit fc1287e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- name: Set up Go 1.16
15+
- name: Set up Go 1.18
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16
18+
go-version: 1.18
1919
- name: Run tests
2020
run: go test -race ./...
2121

0 commit comments

Comments
 (0)