Skip to content

Commit 5203695

Browse files
chore: update dependency go to v1.24.1
1 parent 523cd6a commit 5203695

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737
with:
38-
go-version: 1.22.5
38+
go-version: 1.24.1
3939
- name: Get google/go-licenses package
4040
run: go install github.com/google/[email protected]
4141
- name: Check the licenses
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5656
with:
57-
go-version: 1.22.5
57+
go-version: 1.24.1
5858
- name: Execute tests
5959
run: |
6060
go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4646
with:
47-
go-version: 1.22.5
47+
go-version: 1.24.1
4848
- name: Initialize CodeQL
4949
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
5050
with:

0 commit comments

Comments
 (0)