Skip to content

Commit 3445adb

Browse files
chore(workflows): update setup-go
1 parent 0f1efba commit 3445adb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [macos-latest, windows-latest, ubuntu-latest]
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/setup-go@v1
28+
- uses: actions/setup-go@v2
2929
with:
3030
go-version: 1.15
3131
- run: go build ./cmd/provider-github/
@@ -35,10 +35,9 @@ jobs:
3535
needs: build
3636
steps:
3737
- uses: actions/checkout@v2
38-
- uses: actions/setup-go@v1
38+
- uses: actions/setup-go@v2
3939
with:
4040
go-version: 1.15
41-
- run: echo "::add-path::~/go/bin"
4241
- run: |
4342
go get github.com/mitchellh/gox
4443
go get github.com/tcnksm/ghr

0 commit comments

Comments
 (0)