Skip to content

Commit c7851c7

Browse files
authored
Update ci.yml
1 parent e095aba commit c7851c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252

5353
- name: Install golangci-lint
5454
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
55+
wget -qO - https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $HOME/go/bin $GOLANGCI_LINT_VERSION
56+
echo "$HOME/go/bin" >> $GITHUB_PATH
5757
5858
- name: Run Mage
5959
uses: magefile/mage-action@v3

0 commit comments

Comments
 (0)