Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 committed Aug 16, 2020
1 parent 5aeb67c commit ab51ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: '^1.15'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit ab51ac8

Please sign in to comment.