Skip to content

Commit deefc9a

Browse files
Merge pull request #926 from carvel-dev/bump-go1.22.2-develop
Bumping go version to 1.22.2
2 parents 3fc60e9 + a81d373 commit deefc9a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.21.6
18+
go-version: 1.22.2
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: '0'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: 1.21.6
25+
go-version: 1.22.2
2626

2727
- name: Set up Cosign
2828
uses: sigstore/cosign-installer@v3

.github/workflows/test-gh-k8s-1.16.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: 1.21.6
16+
go-version: 1.22.2
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
1919
with:

.github/workflows/test-gh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: 1.21.6
16+
go-version: 1.22.2
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v2
1919
with:

.github/workflows/trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
repo: carvel-dev/kapp
1212
tool: kapp
13-
goVersion: 1.21.6
13+
goVersion: 1.22.2
1414
secrets:
1515
githubToken: ${{ secrets.GITHUB_TOKEN }}
1616
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/carvel-kapp
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/cppforlife/cobrautil v0.0.0-20221130162803-acdfead391ef

0 commit comments

Comments
 (0)