Skip to content

Commit

Permalink
Merge pull request #15 from go-enry/mcuadros-patch-1
Browse files Browse the repository at this point in the history
ci: update go version
  • Loading branch information
bzz authored Jul 6, 2021
2 parents 29d8148 + 25c7779 commit 21a939e
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 @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -18,4 +18,4 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test ./...
run: go test ./...

0 comments on commit 21a939e

Please sign in to comment.