Skip to content

Commit

Permalink
Update minimum supported version to go1.11 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
neild committed Dec 7, 2021
1 parent 6faefd0 commit f59cd61
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
Expand Up @@ -9,7 +9,7 @@ jobs:
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
strategy:
matrix:
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]
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,5 +1,5 @@
module github.com/google/go-cmp

go 1.8
go 1.11

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

0 comments on commit f59cd61

Please sign in to comment.