Skip to content

Commit

Permalink
Bump go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi committed Jan 24, 2024
1 parent 6abbe07 commit 8f83590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: set up Go
uses: actions/setup-go@v5
with: {go-version: '^1.18'}
with: {go-version: '^1.21'}

- name: run source checks
uses: ./.github/actions/source-checks
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/vmware-tanzu/cartographer-site

go 1.18
go 1.21.0

toolchain go1.21.5
4 changes: 3 additions & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/vmware-tanzu/cartographer-site/hack/tools

go 1.18
go 1.21.0

toolchain go1.21.5

require (
github.com/daixiang0/gci v0.12.1
Expand Down

0 comments on commit 8f83590

Please sign in to comment.