Skip to content

Commit

Permalink
Update the Go version to 1.12
Browse files Browse the repository at this point in the history
At least, we will want syscall.Syscall18 for Windows in near future
to remove Cgo usages from Windows. 1.12 is the minimum version to
support this.

Updates #109
  • Loading branch information
hajimehoshi committed Oct 25, 2021
1 parent f7a0459 commit 4174705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.9, 1.12, 1.16]
go-version: [1.12, 1.13, 1.14, 1.15, 1.16, 1.17]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Install dependencies (linux)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-gl/gl

go 1.9
go 1.12

0 comments on commit 4174705

Please sign in to comment.