Skip to content

Commit 7ab90b3

Browse files
committed
Bump golang version in pipelines
1 parent 28c1067 commit 7ab90b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/make-test-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717
- uses: actions/[email protected]
1818
with:
19-
go-version: 1.22.1
19+
go-version: 1.22.2
2020
- uses: helm/[email protected]
2121
with:
2222
cluster_name: kind

.github/workflows/make-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- uses: actions/[email protected]
2020
- uses: actions/[email protected]
2121
with:
22-
go-version: 1.22.1
22+
go-version: 1.22.2
2323
- run: ENVTEST_K8S_VERSION=${{ matrix.k8s_version }} make test

.github/workflows/pre-commit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/[email protected]
1111
- uses: actions/[email protected]
1212
with:
13-
go-version: 1.22.1
13+
go-version: 1.22.2
1414
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)