Skip to content

Commit ac9c495

Browse files
authored
fix: gh actions failed on go version 1.20 (#141)
1 parent 2cc7b7a commit ac9c495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: 1.20
30+
go-version: 1.19
3131

3232
- name: Build
3333
run: make VERSION="${{ needs.create_release.outputs.version }}"

0 commit comments

Comments
 (0)