mirror of https://github.com/spf13/afero.git
github: Update Go versions
This commit is contained in:
parent
ee6eef77ef
commit
c419971e77
|
@ -7,7 +7,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.18.x,1.19.x,1.20.x]
|
go-version: [1.19.x,1.20.x,1.21.x]
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue