Skip to content

Commit

Permalink
Github workflows use go version from go.mod (vmware-tanzu#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi authored Jan 26, 2023
1 parent 41492cd commit 16dd125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

- name: set up Go
uses: actions/setup-go@v3
with: {go-version: '^1.18'}
with:
go-version-file: 'go.mod'

- name: setup base dependencies
run: |-
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: set up Go
uses: actions/setup-go@v3
with: {go-version: '^1.18'}
with:
go-version-file: 'go.mod'

- name: setup carvel tooling binaries
uses: vmware-tanzu/carvel-setup-action@v1
Expand Down

0 comments on commit 16dd125

Please sign in to comment.