We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33e79e commit 45f422fCopy full SHA for 45f422f
.github/actions/install/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Setup Go
16
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
17
with:
18
- go-version: '1.24'
+ go-version: '1.25'
19
cache: false
20
21
- name: Cache Descopecli
go.mod
@@ -2,7 +2,7 @@ module github.com/descope/descopecli
2
3
go 1.24.0
4
5
-toolchain go1.24.6
+toolchain go1.25.4
6
7
require (
8
github.com/descope/go-sdk v1.6.21
0 commit comments