We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d0fb8 commit 59cf504Copy full SHA for 59cf504
.github/workflows/main.yaml
@@ -22,7 +22,10 @@ jobs:
22
# go-version: ${{ steps.go_version.outputs.GO_VERSION }}
23
- uses: asdf-vm/actions/install@v3
24
with:
25
- before_install: asdf install golang latest
+ before_install: |
26
+ asdf install golang latest
27
+ asdf global golang latest
28
+
29
- run: go test ./...
30
- run: helm lint --strict ./charts
31
- run: make check
0 commit comments