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 52e7107 commit a796508Copy full SHA for a796508
1 file changed
.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.7/install-go.pl |
+ curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.8/install-go.pl |
26
perl - ${{ matrix.go-version }} $HOME/go
27
28
- name: Checkout code
0 commit comments