Skip to content

Commit

Permalink
chore: Go 1.17 released
Browse files Browse the repository at this point in the history
- run tests on Go 1.17
- Go 1.15 no longer in support
  • Loading branch information
blgm committed Aug 16, 2021
1 parent f250977 commit 81705fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.16' ]
version: [ '1.16', '1.17' ]
name: Go ${{ matrix.version }}
steps:
- uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/onsi/ginkgo

go 1.15
go 1.16

require (
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
Expand Down

0 comments on commit 81705fc

Please sign in to comment.