Skip to content

Commit 2646b67

Browse files
Update dependency go to 1.25
1 parent e61e4e3 commit 2646b67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.25'
4343
- name: Check if yq is installed
4444
id: check_yq
4545
run: |

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install go
4444
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4545
with:
46-
go-version: 1.24
46+
go-version: 1.25
4747
- name : Install helm
4848
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
4949
with:

.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.25'
2525
- name : Install helm
2626
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
2727
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name : setup Go
3838
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3939
with:
40-
go-version: 1.22
40+
go-version: 1.25
4141
- name: Check if yq is installed
4242
id: check_yq
4343
run: |

0 commit comments

Comments
 (0)