We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851f3b9 commit 24e8867Copy full SHA for 24e8867
.github/actions/install/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Setup Go
16
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.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.7
6
7
require (
8
github.com/descope/go-sdk v1.6.21
0 commit comments