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 1ddb9fa commit 070d3c8Copy full SHA for 070d3c8
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Setup go
24
run: |
25
- 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 |
26
perl - ${{ matrix.go-version }} $HOME/go
27
28
- name: Checkout code
0 commit comments