Skip to content

Commit

Permalink
Merge pull request #905 from carvel-dev/bump-go-1.22.2
Browse files Browse the repository at this point in the history
Bump go version to 1.22.2 in v0.45.x line
  • Loading branch information
rcmadhankumar committed Apr 15, 2024
2 parents 67953eb + 7e044c9 commit 94aaf1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20.12"
go-version: "1.22.2"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20.12"
go-version: "1.22.2"

- name: Retrieve version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20.12"
go-version: "1.22.2"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20.12"
go-version: "1.22.2"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo: carvel-dev/ytt
tool: ytt
goVersion: "1.20.12"
goVersion: "1.22.2"
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/carvel-ytt

go 1.20
go 1.22

require (
github.com/BurntSushi/toml v1.2.1
Expand Down

0 comments on commit 94aaf1b

Please sign in to comment.