Skip to content

Commit 17ca6fa

Browse files
committed
CI: Real fix building binaries with the latest Go version (>=1.22) instead of the latest Go 1.22 fix version
1 parent 69e6005 commit 17ca6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: '^1.22.0'
27+
go-version: '~1.22.0'
2828
cache-dependency-path: |
2929
common/go.sum
3030
server/go.sum

0 commit comments

Comments
 (0)