Skip to content

Commit

Permalink
Bump go version to 1.20 (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi authored Jul 17, 2023
1 parent 2c9ed17 commit 8b024b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version-file: 'go.mod'

- name: setup carvel tooling binaries
uses: vmware-tanzu/carvel-setup-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.19.9'
go-version-file: 'go.mod'

- name: setup carvel tooling binaries
uses: vmware-tanzu/carvel-setup-action@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/cartographer

go 1.19
go 1.20

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down

0 comments on commit 8b024b4

Please sign in to comment.