We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9ed17 commit 8b024b4Copy full SHA for 8b024b4
3 files changed
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: set up Go
31
uses: actions/setup-go@v4
32
with:
33
- go-version: '^1.19.9'
+ go-version-file: 'go.mod'
34
35
- name: setup carvel tooling binaries
36
uses: vmware-tanzu/carvel-setup-action@v1
.github/workflows/validation.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
go.mod
@@ -1,6 +1,6 @@
1
module github.com/vmware-tanzu/cartographer
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/MakeNowJust/heredoc v1.0.0
0 commit comments