Skip to content

Commit 8301724

Browse files
authored
Update go versions (#11)
* update go versions * tries go1.17beta * update readme
1 parent f29c4c9 commit 8301724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test
66
strategy:
77
matrix:
8-
go_version: [1.7, 1.8, 1.9, "1.10", 1.11, 1.12, 1.13, 1.14, 1.15]
8+
go_version: [1.7, 1.8, 1.9, "1.10", 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17]
99
os: [ubuntu-latest, windows-latest, macos-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
@@ -22,4 +22,4 @@ jobs:
2222
run: go get -v -t -d ./...
2323

2424
- name: Test
25-
run: go test -v ./...
25+
run: go test -v --race ./...

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Go library for monkey patching
33

44
## Compatibility
55

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

0 commit comments

Comments
 (0)