Skip to content

Commit

Permalink
Merge pull request #652 from carvel-dev/bump-go-1.22
Browse files Browse the repository at this point in the history
Bump go version to 1.22.2 in v0.37.x line
  • Loading branch information
sethiyash authored Apr 16, 2024
2 parents 766c2d8 + e55bd8b commit ee51217
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-test-external-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
environment: TanzuNet Registry Dev e2e
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
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 Expand Up @@ -61,9 +61,9 @@ jobs:
environment: GCR e2e
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
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
8 changes: 4 additions & 4 deletions .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
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 All @@ -35,9 +35,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
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
8 changes: 4 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: "1.20.12"
go-version: "1.22.2"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.52.2
version: v1.55.2
args: -v
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
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/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo: carvel-dev/imgpkg
tool: imgpkg
goVersion: 1.20.12
goVersion: 1.22.2
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions test/perf/assets/cf-for-k8s-bundle/.imgpkg/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ images:
kbld.carvel.dev/id: cloudfoundry/syslog-server@sha256:bb1aa0d603eff716245f25c832ad9b9bca569059f48bd2b5a9a792486f453427
image: index.docker.io/cloudfoundry/syslog-server@sha256:bb1aa0d603eff716245f25c832ad9b9bca569059f48bd2b5a9a792486f453427
- annotations:
kbld.carvel.dev/id: gcr.io/paketo-community/python@sha256:5fc81b8f38f326f0247468c14b4eb66b36e5f925db12f9ea8df1ec57f9e61d94
image: gcr.io/paketo-community/python@sha256:5fc81b8f38f326f0247468c14b4eb66b36e5f925db12f9ea8df1ec57f9e61d94
kbld.carvel.dev/id: index.docker.io/paketocommunity/python@sha256:1228cfb8003f830b178b9b8a227889cae32df1aed74a746f2ac59b6bb8e88961
image: index.docker.io/paketocommunity/python@sha256:1228cfb8003f830b178b9b8a227889cae32df1aed74a746f2ac59b6bb8e88961
- annotations:
kbld.carvel.dev/id: index.docker.io/bitnami/postgresql@sha256:0f76a419cfd9996036e3a53672f50cf69ed7699f1241cbf8e20af17bbbdf0683
image: index.docker.io/bitnami/postgresql@sha256:0f76a419cfd9996036e3a53672f50cf69ed7699f1241cbf8e20af17bbbdf0683
Expand Down

0 comments on commit ee51217

Please sign in to comment.