Skip to content

Commit

Permalink
ci: use install-go.pl v3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
  • Loading branch information
maxatome committed Nov 7, 2021
1 parent f2cbc93 commit 5d81cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Setup go
run: |
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v2.1/install-go.pl |
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.0/install-go.pl |
perl - ${{ matrix.go-version }} $HOME/go
- name: Checkout code
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Linting
if: matrix.full-tests
run: |
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |
sh -s -- -b $HOME/go/bin v1.43.0
echo $PATH
$HOME/go/bin/golangci-lint run --max-issues-per-linter 0 \
Expand Down

0 comments on commit 5d81cbf

Please sign in to comment.