We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f724cdc commit c44c389Copy full SHA for c44c389
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/setup-go@v5
31
with:
32
- go-version: 1.22.4
+ go-version: 1.24.2
33
- uses: actions/checkout@v4
34
- name: Install goversioninfo
35
run: |
0 commit comments