Skip to content

Commit a16c875

Browse files
committed
Use explicit Go version in github actions
1 parent fedc1d4 commit a16c875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.x
17+
go-version: 1.14
1818

1919
- name: Set up env
2020
run: |

0 commit comments

Comments
 (0)