Skip to content

Commit

Permalink
Bump go version 1.19.5 for v0.43.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kumari tanushree committed Jan 20, 2023
1 parent f009496 commit 02c6349
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go 1.19.3
- name: Install Go 1.19.5
uses: actions/setup-go@v3
with:
go-version: "1.19.3"
go-version: "1.19.5"
- uses: actions/checkout@v2
with:
fetch-depth: '0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Go 1.19.3
- name: Install Go 1.19.5
uses: actions/setup-go@v3
with:
go-version: "1.19.3"
go-version: "1.19.5"

- name: generate website/generate.go
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Test All
runs-on: ubuntu-latest
steps:
- name: Install Go 1.19.3
- name: Install Go 1.19.5
uses: actions/setup-go@v3
with:
go-version: "1.19.3"
go-version: "1.19.5"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Test Windows
runs-on: windows-latest
steps:
- name: Install Go 1.19.3
- name: Install Go 1.19.5
uses: actions/setup-go@v3
with:
go-version: "1.19.3"
go-version: "1.19.5"
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
repo: vmware-tanzu/carvel-ytt
tool: ytt
goVersion: "1.19.3"
goVersion: "1.19.5"
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 02c6349

Please sign in to comment.