Skip to content

Commit

Permalink
chore: add 1.17 to build matrix (golang#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Oct 1, 2021
1 parent 40d81f1 commit 5fc37ce
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.11.x, 1.16.x]
go-version: [1.11.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions gomock/controller_113_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !go1.14
// +build !go1.14

package gomock_test
Expand Down
1 change: 1 addition & 0 deletions gomock/controller_114_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.14
// +build go1.14

package gomock_test
Expand Down
1 change: 1 addition & 0 deletions mockgen/internal/tests/overlapping_methods/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.14
// +build go1.14

package overlap
Expand Down
1 change: 1 addition & 0 deletions mockgen/internal/tests/overlapping_methods/overlap.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.14
// +build go1.14

package overlap
Expand Down
1 change: 1 addition & 0 deletions mockgen/internal/tests/overlapping_methods/overlap_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.14
// +build go1.14

package overlap
Expand Down
1 change: 1 addition & 0 deletions mockgen/internal/tests/panicing_test/panic_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build panictest
// +build panictest

// Copyright 2020 Google LLC
Expand Down
1 change: 1 addition & 0 deletions mockgen/version.1.11.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !go1.12
// +build !go1.12

package main
Expand Down
1 change: 1 addition & 0 deletions mockgen/version.1.12.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.
//

//go:build go1.12
// +build go1.12

package main
Expand Down

0 comments on commit 5fc37ce

Please sign in to comment.