Skip to content

Commit

Permalink
Update supported Golang version to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoang authored and mattn committed May 13, 2022
1 parent bedc298 commit a68a2b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.15', '1.16', '1.17']
go: ['1.16', '1.17', '1.18']
fail-fast: false
env:
OS: ${{ matrix.os }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Get Build Tools
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
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
go: ['1.15', '1.16', '1.17']
go: ['1.16', '1.17', '1.18']
fail-fast: false
env:
OS: windows-latest
Expand Down

0 comments on commit a68a2b7

Please sign in to comment.