Skip to content

Commit

Permalink
Bump go version to 1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Sethiya <yashsethiya97@gmail.com>
  • Loading branch information
sethiyash committed Apr 15, 2024
1 parent 3e1fd5f commit 6cc47ca
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/gh-test-external-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: '1.21.5'
=======
go-version: "1.22.2"
>>>>>>> 023abd12 (Bump go version to 1.22.2)
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -63,7 +67,11 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: '1.21.5'
=======
go-version: "1.22.2"
>>>>>>> 023abd12 (Bump go version to 1.22.2)
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: "1.21.5"
=======
go-version: "1.22.2"
>>>>>>> 023abd12 (Bump go version to 1.22.2)
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand All @@ -37,7 +41,11 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: "1.21.5"
=======
go-version: "1.22.2"
>>>>>>> 023abd12 (Bump go version to 1.22.2)
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: "1.21.3"
=======
go-version: "1.22.2"
>>>>>>> 023abd12 (Bump go version to 1.22.2)
- uses: actions/checkout@v2
with:
fetch-depth: '0'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: 1.21.5
=======
go-version: 1.22.2
>>>>>>> 023abd12 (Bump go version to 1.22.2)

- name: Retrieve version
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
with:
repo: carvel-dev/imgpkg
tool: imgpkg
<<<<<<< HEAD
goVersion: 1.21.5
=======
goVersion: 1.22.2
>>>>>>> 023abd12 (Bump go version to 1.22.2)
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/carvel-imgpkg

go 1.21
go 1.22

require (
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
Expand Down

0 comments on commit 6cc47ca

Please sign in to comment.