Skip to content

Commit 29364e5

Browse files
committed
Bump go version to 1.20.1
Signed-off-by: rohitagg2020 <[email protected]>
1 parent 85962f9 commit 29364e5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Install Go 1.19.5
15+
- name: Install Go 1.20.1
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: "1.19.5"
18+
go-version: "1.20.1"
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: '0'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.19.5
21+
go-version: 1.20.1
2222
- name: Run GoReleaser
2323
uses: goreleaser/goreleaser-action@5e15885530fb01d81d1f24e8a6f54ebbd0fed7eb
2424
if: startsWith(github.ref, 'refs/tags/')

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go 1.x
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: "1.19.5"
16+
go-version: "1.20.1"
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v1
1919
with:

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
repo: carvel-dev/vendir
1212
tool: vendir
13-
goVersion: 1.19.5
13+
goVersion: 1.20.1
1414
secrets:
1515
githubToken: ${{ secrets.GITHUB_TOKEN }}
1616
slackWebhookURL: ${{ secrets.SLACK_WEBHOOK_URL }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/carvel-vendir
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/bmatcuk/doublestar v1.2.1

0 commit comments

Comments
 (0)