We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0006998 commit 8c3b5adCopy full SHA for 8c3b5ad
.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.26.0
6
7
require (
8
github.com/descope/go-sdk v1.6.21
0 commit comments