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 e095aba commit c7851c7Copy full SHA for c7851c7
.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
52
53
- name: Install golangci-lint
54
run: |
55
- wget -qO - https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${{ needs.setup.outputs.go-path }} ${{env.GOLANGCI_LINT_VERSION}}
56
- echo "$HOME/go/bin" >> $GITHUB_PATH # Add golangci-lint to the PATH
+ wget -qO - https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $HOME/go/bin $GOLANGCI_LINT_VERSION
+ echo "$HOME/go/bin" >> $GITHUB_PATH
57
58
- name: Run Mage
59
uses: magefile/mage-action@v3
0 commit comments