Skip to content

Commit a796508

Browse files
committed
test: update install-go
since rate limiting policies of google & github APIs are stricter. Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
1 parent 52e7107 commit a796508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Setup go
2424
run: |
25-
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.7/install-go.pl |
25+
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.8/install-go.pl |
2626
perl - ${{ matrix.go-version }} $HOME/go
2727
2828
- name: Checkout code

0 commit comments

Comments
 (0)