Skip to content

Commit c418351

Browse files
committed
Tidy up Pkger install.
1 parent bf6b13e commit c418351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.14.7
2222
- name: Install Pkger
23-
run: go get github.com/markbates/pkger/cmd/pkger
23+
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger && git diff-index --quiet --cached HEAD --
2424
- name: Build
2525
uses: goreleaser/goreleaser-action@v2
2626
with:

0 commit comments

Comments
 (0)