mirror of https://github.com/uber-go/multierr.git
CI: Test against go 1.22 (#81)
Upgrades CI workflows to use Go versions 1.21 and 1.22. Leave `go.mod` the same to avoid forcing upgrade beyond 1.20 for users.
This commit is contained in:
parent
a22d13df07
commit
cf4b2327ce
|
|
@ -16,9 +16,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ["1.20.x", "1.21.x"]
|
go: ["1.21.x", "1.22.x"]
|
||||||
include:
|
include:
|
||||||
- go: 1.21.x
|
- go: 1.22.x
|
||||||
latest: true
|
latest: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue