Skip to content

Commit 59cf504

Browse files
set the version after installing
1 parent 58d0fb8 commit 59cf504

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
# go-version: ${{ steps.go_version.outputs.GO_VERSION }}
2323
- uses: asdf-vm/actions/install@v3
2424
with:
25-
before_install: asdf install golang latest
25+
before_install: |
26+
asdf install golang latest
27+
asdf global golang latest
28+
2629
- run: go test ./...
2730
- run: helm lint --strict ./charts
2831
- run: make check

0 commit comments

Comments
 (0)