Skip to content

Commit 4a05ac2

Browse files
committed
fix go version
1 parent 4692496 commit 4a05ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: success()
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version-file: 'go.mod'
16+
go-version: '1.20'
1717

1818
- name: Set environment variables
1919
shell: bash

0 commit comments

Comments
 (0)