Skip to content

Commit

Permalink
Use explicit Go version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Jul 3, 2020
1 parent fedc1d4 commit a16c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.x
go-version: 1.14

- name: Set up env
run: |
Expand Down

0 comments on commit a16c875

Please sign in to comment.