Skip to content

Commit fb39e31

Browse files
authored
chore(deps): update dependency go
1 parent 2404e7f commit fb39e31

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@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.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.23.0
44

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

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

0 commit comments

Comments
 (0)