Skip to content

Commit

Permalink
Update go versions (#11)
Browse files Browse the repository at this point in the history
* update go versions

* tries go1.17beta

* update readme
  • Loading branch information
tonyredondo authored Jun 19, 2021
1 parent f29c4c9 commit 8301724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test
strategy:
matrix:
go_version: [1.7, 1.8, 1.9, "1.10", 1.11, 1.12, 1.13, 1.14, 1.15]
go_version: [1.7, 1.8, 1.9, "1.10", 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,4 +22,4 @@ jobs:
run: go get -v -t -d ./...

- name: Test
run: go test -v ./...
run: go test -v --race ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Go library for monkey patching

## Compatibility

- **Go version:** tested from `go1.7` to `go1.15-beta`
- **Go version:** tested from `go1.7` to `go1.17-beta`
- **Architectures:** `x86`, `amd64`
- **Operating systems:** tested in `macos`, `linux` and `windows`.

Expand Down

0 comments on commit 8301724

Please sign in to comment.