Skip to content

Commit

Permalink
bump min go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Feb 2, 2022
1 parent 61a7acc commit bc1c117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/qmuntal/gltf

require github.com/go-test/deep v1.0.1

go 1.13
go 1.16

0 comments on commit bc1c117

Please sign in to comment.