Skip to content

Commit

Permalink
ci: switch to install-go v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatome committed May 25, 2023
1 parent 1ddb9fa commit 070d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Setup go
run: |
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.3/install-go.pl |
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.4/install-go.pl |
perl - ${{ matrix.go-version }} $HOME/go
- name: Checkout code
Expand Down

0 comments on commit 070d3c8

Please sign in to comment.