Skip to content

Commit a68a2b7

Browse files
Aoangmattn
authored andcommitted
Update supported Golang version to Go 1.18
1 parent bedc298 commit a68a2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
go: ['1.15', '1.16', '1.17']
17+
go: ['1.16', '1.17', '1.18']
1818
fail-fast: false
1919
env:
2020
OS: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Get Build Tools
3131
run: |
32-
GO111MODULE=on go get github.com/ory/go-acc
32+
GO111MODULE=on go install github.com/ory/go-acc
3333
3434
- name: Add $GOPATH/bin to $PATH
3535
run: |
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
go: ['1.15', '1.16', '1.17']
67+
go: ['1.16', '1.17', '1.18']
6868
fail-fast: false
6969
env:
7070
OS: windows-latest

0 commit comments

Comments
 (0)