Update supported Golang version to Go 1.18
This commit is contained in:
6
.github/workflows/go.yaml
vendored
6
.github/workflows/go.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ['1.15', '1.16', '1.17']
|
go: ['1.16', '1.17', '1.18']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get Build Tools
|
- name: Get Build Tools
|
||||||
run: |
|
run: |
|
||||||
GO111MODULE=on go get github.com/ory/go-acc
|
GO111MODULE=on go install github.com/ory/go-acc
|
||||||
|
|
||||||
- name: Add $GOPATH/bin to $PATH
|
- name: Add $GOPATH/bin to $PATH
|
||||||
run: |
|
run: |
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.15', '1.16', '1.17']
|
go: ['1.16', '1.17', '1.18']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: windows-latest
|
OS: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user