Skip to content

Commit 8b024b4

Browse files
Bump go version to 1.20 (#1285)
1 parent 2c9ed17 commit 8b024b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: set up Go
3131
uses: actions/setup-go@v4
3232
with:
33-
go-version: '^1.19.9'
33+
go-version-file: 'go.mod'
3434

3535
- name: setup carvel tooling binaries
3636
uses: vmware-tanzu/carvel-setup-action@v1

.github/workflows/validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: set up Go
3838
uses: actions/setup-go@v4
3939
with:
40-
go-version: '^1.19.9'
40+
go-version-file: 'go.mod'
4141

4242
- name: setup carvel tooling binaries
4343
uses: vmware-tanzu/carvel-setup-action@v1

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/cartographer
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/MakeNowJust/heredoc v1.0.0

0 commit comments

Comments
 (0)