We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54c56 commit 5061d72Copy full SHA for 5061d72
.github/workflows/deploy.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: install golang
52
uses: actions/setup-go@v5
53
with:
54
- go-version: '1.20'
+ go-version: '1.24.3'
55
56
- name: Compile
57
if: success() && inputs.command != 'release'
0 commit comments