Skip to content

Commit

Permalink
Revert "github: run tests with go 1.14"
Browse files Browse the repository at this point in the history
This reverts commit 884c8ad.
  • Loading branch information
notatestuser committed Mar 5, 2020
1 parent 0729e95 commit c66e035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: macOS-latest
steps:

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

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

0 comments on commit c66e035

Please sign in to comment.