Skip to content

Commit 1370355

Browse files
chore(deps): update dependency go to 1.24
1 parent 1759e3a commit 1370355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name : Set up Go
4040
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4141
with:
42-
go-version: '1.22'
42+
go-version: '1.24'
4343
- name: Check if yq is installed
4444
id: check_yq
4545
run: |

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
24-
go-version: '1.22'
24+
go-version: '1.24'
2525
- name : Install helm
2626
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
2727
with:

0 commit comments

Comments
 (0)