Skip to content

Commit

Permalink
Merge pull request #47 from github/fix-pkger
Browse files Browse the repository at this point in the history
Tidy up Pkger install.
  • Loading branch information
chrisgavin authored Oct 7, 2020
2 parents bf6b13e + 37b02d2 commit 0375789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.14.7
- name: Install Pkger
run: go get github.com/markbates/pkger/cmd/pkger
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.14.7
- name: Install Pkger
run: go get github.com/markbates/pkger/cmd/pkger
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 0375789

Please sign in to comment.