Skip to content

Commit

Permalink
Tidy up Pkger install.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgavin committed Oct 7, 2020
1 parent bf6b13e commit 37b02d2
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 37b02d2

Please sign in to comment.