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

Commit 95bfe4c

Browse files
authored
Merge pull request #47 from bmaupin/test-with-go-117
ci: Explicitly test with Go 1.16
2 parents 5e76b1f + 1526145 commit 95bfe4c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,12 @@ jobs:
4444
# Test with multiple versions of Go
4545
test-go-versions:
4646
runs-on: ubuntu-latest
47-
env:
48-
# TODO: I think we can get rid of this once we're no longer testing with Go < 1.13
49-
GO111MODULE: on
5047
strategy:
5148
# Don't cancel remaining jobs when one matrix job fails
5249
fail-fast: false
5350
matrix:
54-
# Test with the five most recent versions of Go; 1.x is the latest version (1.16)
55-
go: ['1.15', '1.x']
51+
# 1.x is the latest version of Go
52+
go: ['1.15', '1.16', '1.x']
5653

5754
steps:
5855
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)