Skip to content

Commit 0b07720

Browse files
committed
match github action release golang version to project version
1 parent 7eee536 commit 0b07720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: '^1.20.0'
16+
go-version: '^1.21.0'
1717
- name: Build the binary-files
1818
id: build_binary_files
1919
run: |

0 commit comments

Comments
 (0)