Skip to content

Commit 0aa6e00

Browse files
chore(deps): update dependency go to v1.24.1
1 parent 541e93c commit 0aa6e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-jsonnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.23.1'
17+
go-version: '1.24.1'
1818
- name: setup jsonnet
1919
run: |
2020
go install github.com/google/go-jsonnet/cmd/[email protected]

.github/workflows/verify-release-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: setup go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.23.1'
11+
go-version: '1.24.1'
1212
- name: setup jsonnet
1313
run: |
1414
go install github.com/google/go-jsonnet/cmd/[email protected]

0 commit comments

Comments
 (0)