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 41492cd commit 16dd125Copy full SHA for 16dd125
2 files changed
.github/workflows/upgrade-test.yaml
@@ -32,7 +32,8 @@ jobs:
32
33
- name: set up Go
34
uses: actions/setup-go@v3
35
- with: {go-version: '^1.18'}
+ with:
36
+ go-version-file: 'go.mod'
37
38
- name: setup base dependencies
39
run: |-
.github/workflows/validation.yaml
@@ -36,7 +36,8 @@ jobs:
40
41
42
- name: setup carvel tooling binaries
43
uses: vmware-tanzu/carvel-setup-action@v1
0 commit comments