Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e72615a

Browse files
authoredMar 12, 2025··
chore(deps): Update dependency go to 1.24
1 parent 2e4a5ec commit e72615a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727
with:
28-
go-version: '1.23'
28+
go-version: '1.24'
2929
cache: true
3030
cache-dependency-path: go.sum
3131

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929
with:
30-
go-version: '1.23'
30+
go-version: '1.24'
3131
cache: true
3232
cache-dependency-path: go.sum
3333

0 commit comments

Comments
 (0)
Please sign in to comment.