Skip to content

Commit 3f23ca2

Browse files
authored
Add new go versions to the github action (#12)
* Update go.yml * Update go.yml * Update README.md
1 parent 8301724 commit 3f23ca2

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,8 +5,8 @@ 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, 1.16, 1.17]
9-
os: [ubuntu-latest, windows-latest, macos-latest]
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, 1.18, 1.19]
9+
os: [ubuntu-latest, windows-latest, macos-11]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Set up Go ${{ matrix.go_version }}

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.17-beta`
6+
- **Go version:** tested from `go1.7` to `go1.19`
77
- **Architectures:** `x86`, `amd64`
88
- **Operating systems:** tested in `macos`, `linux` and `windows`.
99

0 commit comments

Comments
 (0)