mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
update Go versions to the versions used in datadog-agent
This commit is contained in:
parent
f52b169536
commit
1377bd5bd2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: ['1.14', '1.15', '1.16']
|
||||
go: ['1.17', '1.18']
|
||||
env:
|
||||
VERBOSE: 1
|
||||
GOFLAGS: -mod=readonly
|
||||
|
|
Loading…
Add table
Reference in a new issue