We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386e2c5 commit 7f85937Copy full SHA for 7f85937
.github/workflows/generate.yml
@@ -13,7 +13,7 @@ on:
13
- 'generate/**'
14
15
env:
16
- GO_VERSION: "1.24"
+ GO_VERSION: "1.25"
17
18
jobs:
19
release-go-sdk:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/signadot/go-sdk
2
3
-go 1.24.0
+go 1.25
4
5
require (
6
github.com/go-openapi/errors v0.22.5
0 commit comments