Unverified Commit 29c73e69 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Fix setup-go typos (#9634)

* Fix setup-go typos Signed-off-by: 's avatarDerek Nola <derek.nola@suse.com>
parent 935ad1db
......@@ -10,6 +10,7 @@ runs:
- name: Prepare for go cache
if: ${{ github.ref != 'refs/heads/master' }}
shell: bash
run: |
echo "GO_CACHE=$(go env GOCACHE)" | tee -a "$GITHUB_ENV"
echo "GO_MODCACHE=$(go env GOMODCACHE)" | tee -a "$GITHUB_ENV"
......
......@@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: .github/actions/setup-go
uses: ./.github/actions/setup-go
- name: "Download k3s binary"
uses: actions/download-artifact@v3
with:
......
......@@ -36,7 +36,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: .github/actions/setup-go
uses: ./.github/actions/setup-go
- name: Run Unit Tests
run: |
go test -coverpkg=./... -coverprofile=coverage.out ./pkg/... -run Unit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment