Skip to content

Commit 24e8867

Browse files
authored
chore(deps): update dependency go
1 parent 851f3b9 commit 24e8867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Setup Go
1616
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1717
with:
18-
go-version: '1.24'
18+
go-version: '1.25'
1919
cache: false
2020

2121
- name: Cache Descopecli

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/descope/descopecli
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.7
66

77
require (
88
github.com/descope/go-sdk v1.6.21

0 commit comments

Comments
 (0)