Skip to content

Commit f59cd61

Browse files
authored
Update minimum supported version to go1.11 (#281)
1 parent 6faefd0 commit f59cd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
1010
strategy:
1111
matrix:
12-
go-version: [1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
12+
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x]
1313
os: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/google/go-cmp
22

3-
go 1.8
3+
go 1.11
44

55
require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543

0 commit comments

Comments
 (0)