Skip to content

Commit

Permalink
Merge pull request #113 from factorion/factorion/issue112
Browse files Browse the repository at this point in the history
Fixes #112
  • Loading branch information
gcla authored Mar 12, 2021
2 parents 3af66fd 2b84ab7 commit 34a1b94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 7,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.12
uses: actions/setup-go@v1
- name: Set up Go 1.13
uses: actions/setup-go@v2
with:
go-version: 1.12
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Get dependencies
run: |
Expand Down

0 comments on commit 34a1b94

Please sign in to comment.