Skip to content

Commit

Permalink
Use Go 1.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Feb 22, 2021
1 parent 46f4ca8 commit fb43255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: ^1.11.0
go-version: 1.11
- name: Install dependencies
run: make deps
- name: Run tests
Expand Down

0 comments on commit fb43255

Please sign in to comment.