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 6527537 commit 4c89a9bCopy full SHA for 4c89a9b
.github/workflows/release-tag.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/setup-go@v5
28
with:
29
- go-version: '1.24.1'
+ go-version: '1.24.2'
30
31
- name: Setup svu
32
run: |
go.mod
@@ -5,7 +5,7 @@ module github.com/stv0g/gose
5
6
go 1.22.0
7
8
-toolchain go1.24.1
+toolchain go1.24.2
9
10
require (
11
github.com/aws/aws-sdk-go v1.55.6
0 commit comments