Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from bmaupin/test-with-go-117
Browse files Browse the repository at this point in the history
ci: Explicitly test with Go 1.16
  • Loading branch information
bmaupin committed Aug 24, 2021
2 parents 5e76b1f + 1526145 commit 95bfe4c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,12 @@ jobs:
# Test with multiple versions of Go
test-go-versions:
runs-on: ubuntu-latest
env:
# TODO: I think we can get rid of this once we're no longer testing with Go < 1.13
GO111MODULE: on
strategy:
# Don't cancel remaining jobs when one matrix job fails
fail-fast: false
matrix:
# Test with the five most recent versions of Go; 1.x is the latest version (1.16)
go: ['1.15', '1.x']
# 1.x is the latest version of Go
go: ['1.15', '1.16', '1.x']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 95bfe4c

Please sign in to comment.