mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
feat!: drop Go 1.16 support
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
2f5cb62e1f
commit
982460e8e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go: ['1.16', '1.17', '1.18', '1.19']
|
||||
go: ['1.17', '1.18', '1.19']
|
||||
env:
|
||||
GOFLAGS: -mod=readonly
|
||||
|
||||
|
|
Loading…
Reference in a new issue