Skip to content

Commit 070d3c8

Browse files
committed
ci: switch to install-go v3.4
1 parent 1ddb9fa commit 070d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.3/install-go.pl |
25+
curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.4/install-go.pl |
2626
perl - ${{ matrix.go-version }} $HOME/go
2727
2828
- name: Checkout code

0 commit comments

Comments
 (0)