Skip to content

Commit 384de89

Browse files
author
syash
committed
Updated the golang to the latest available stable 1.22.6
Signed-off-by: syash <[email protected]>
1 parent 68347a9 commit 384de89

10 files changed

+10
-10
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/[email protected]
2525
- uses: actions/setup-go@v5 # default version of go is 1.10
2626
with:
27-
go-version: 1.21.11
27+
go-version: 1.22.6
2828
- name: Install Carvel Tools
2929
run: ./hack/install-deps.sh
3030
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.21.11
19+
go-version: 1.22.6
2020
- name: Update Dependencies File
2121
run: go run ./hack/dependencies.go update
2222
- name: Create Pull Request

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go 1.x
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.21.11
24+
go-version: 1.22.6
2525
- uses: actions/[email protected]
2626
with:
2727
fetch-depth: '0'

.github/workflows/kind-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5 # default version of go is 1.10
2929
with:
30-
go-version: 1.21.11
30+
go-version: 1.22.6
3131
- name: Install Carvel Tools
3232
run: ./hack/install-deps.sh
3333
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go 1.x
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: 1.21.11
42+
go-version: 1.22.6
4343

4444
- name: Set up Cosign
4545
uses: sigstore/[email protected]

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.21.11
29+
go-version: 1.22.6
3030
- name: Check out code
3131
uses: actions/[email protected]
3232
with:

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go 1.x
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.21.11
27+
go-version: 1.22.6
2828
- name: Check out code
2929
uses: actions/[email protected]
3030
with:

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Go 1.x
7171
uses: actions/setup-go@v5
7272
with:
73-
go-version: 1.21.11
73+
go-version: 1.22.6
7474
- name: Build the kapp-controller artifacts
7575
run: |
7676
./hack/install-deps.sh

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.21.11
29+
go-version: 1.22.6
3030
- name: Check out code
3131
uses: actions/[email protected]
3232
- name: Install Carvel Tools

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21.11 AS deps
1+
FROM --platform=$BUILDPLATFORM golang:1.22.6 AS deps
22

33
ARG TARGETOS TARGETARCH KCTRL_VER=development
44
WORKDIR /workspace

0 commit comments

Comments
 (0)