Skip to content

Commit 5931981

Browse files
authored
Install specific danger-go version in CI (#6)
1 parent 34b776d commit 5931981

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
go-version: '^1.19'
2020

2121
- name: Install danger-go
22-
run: go install github.com/moolmanruan/danger-go/cmd/danger-go@latest
23-
24-
# - name: Install danger-go from source
25-
# run: go install github.com/moolmanruan/danger-go/cmd/danger-go
22+
run: go install github.com/moolmanruan/danger-go/cmd/[email protected] # match version used in build/ci
2623

2724
- name: Check versions
2825
run: |

0 commit comments

Comments
 (0)