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 991816c commit 9d2d6abCopy full SHA for 9d2d6ab
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
os: [macos-latest, windows-latest, ubuntu-latest]
26
steps:
27
- uses: actions/checkout@v2
28
- - uses: actions/setup-go@v1
+ - uses: actions/setup-go@v2
29
with:
30
go-version: 1.15
31
- run: go build ./cmd/condition-gitlab/
@@ -35,10 +35,9 @@ jobs:
35
needs: build
36
37
38
39
40
41
- - run: echo "::add-path::~/go/bin"
42
- run: |
43
go get github.com/mitchellh/gox
44
go get github.com/tcnksm/ghr
0 commit comments