Skip to content

Commit 00589a4

Browse files
Bump go version to 1.23 (#1039)
* Bump go version to 1.23.3 Signed-off-by: Devanshu <[email protected]> --------- Signed-off-by: Devanshu <[email protected]>
1 parent dc144aa commit 00589a4

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@v5
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- uses: actions/checkout@v4
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@v5
2424
with:
25-
go-version: '1.22'
25+
go-version: '1.23'
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@v5
1515
with:
16-
go-version: '1.22'
16+
go-version: '1.23'
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v4
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@v5
1515
with:
16-
go-version: '1.22'
16+
go-version: '1.23'
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v4
1919
with:

.github/workflows/trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
repo: carvel-dev/kapp
1313
tool: kapp
14-
goVersion: '1.22'
14+
goVersion: '1.23'
1515
secrets:
1616
githubToken: ${{ secrets.GITHUB_TOKEN }}
1717
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module carvel.dev/kapp
22

3-
go 1.22.5
3+
go 1.23.3
44

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

0 commit comments

Comments
 (0)