We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedc298 commit a68a2b7Copy full SHA for a68a2b7
.github/workflows/go.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest]
17
- go: ['1.15', '1.16', '1.17']
+ go: ['1.16', '1.17', '1.18']
18
fail-fast: false
19
env:
20
OS: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Get Build Tools
31
run: |
32
- GO111MODULE=on go get github.com/ory/go-acc
+ GO111MODULE=on go install github.com/ory/go-acc
33
34
- name: Add $GOPATH/bin to $PATH
35
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
OS: windows-latest
0 commit comments