Skip to content

Commit ae0f51e

Browse files
committed
Fix setup-go
1 parent 8871d75 commit ae0f51e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/setup-go@v2
8+
with:
9+
go-version: '1.15'
810

911
- uses: actions/checkout@v2
1012

0 commit comments

Comments
 (0)