Go 1.17 release (#574)

Minimum supported version: Go 1.16.
This commit is contained in:
Thomas Pelletier
2021-08-17 09:43:52 -04:00
committed by GitHub
parent fa07960695
commit 69ab7e10d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
go: [ '1.15', '1.16' ]
go: [ '1.16', '1.17' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps:
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/pelletier/go-toml/v2
go 1.15
go 1.16
// latest (v1.7.0) doesn't have the fix for time.Time
require github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942