Skip to content

Commit 81705fc

Browse files
committed
chore: Go 1.17 released
- run tests on Go 1.17 - Go 1.15 no longer in support
1 parent f250977 commit 81705fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: [ '1.16' ]
10+
version: [ '1.16', '1.17' ]
1111
name: Go ${{ matrix.version }}
1212
steps:
1313
- uses: actions/setup-go@v2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/onsi/ginkgo
22

3-
go 1.15
3+
go 1.16
44

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

0 commit comments

Comments
 (0)