We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1759e3a commit 1370355Copy full SHA for 1370355
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name : Set up Go
40
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
41
with:
42
- go-version: '1.22'
+ go-version: '1.24'
43
- name: Check if yq is installed
44
id: check_yq
45
run: |
.github/workflows/lint.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
23
24
25
- name : Install helm
26
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
27
0 commit comments