Skip to content

Commit

Permalink
Add new go versions to the github action (#12)
Browse files Browse the repository at this point in the history
* Update go.yml

* Update go.yml

* Update README.md
  • Loading branch information
tonyredondo authored Jan 25, 2023
1 parent 8301724 commit 3f23ca2
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,8 +5,8 @@ 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, 1.16, 1.17]
os: [ubuntu-latest, windows-latest, macos-latest]
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]
os: [ubuntu-latest, windows-latest, macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go ${{ matrix.go_version }}
Expand Down
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.17-beta`
- **Go version:** tested from `go1.7` to `go1.19`
- **Architectures:** `x86`, `amd64`
- **Operating systems:** tested in `macos`, `linux` and `windows`.

Expand Down

0 comments on commit 3f23ca2

Please sign in to comment.