mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
Bump minimum Go version to 1.13 (#169)
This commit is contained in:
parent
33938f8089
commit
72a03a3c85
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
# Minimum supported version (1.12) and the latest two
|
||||
go-version: [1.12, 1.17, 1.18]
|
||||
# Minimum supported version (1.13) and the latest two
|
||||
go-version: [1.13, 1.17, 1.18]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user