Skip to content

Commit

Permalink
feat: go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Aug 30, 2021
1 parent 1cd374b commit 5dd6d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: [ ~1.16 ]
go-version: [~1.17]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/caarlos0/env/v6

require github.com/matryer/is v1.4.0

go 1.16
go 1.17

0 comments on commit 5dd6d0c

Please sign in to comment.