Skip to content

Commit

Permalink
adjust maintainer action to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crewjam committed Dec 28, 2020
1 parent cc43707 commit 4ffb03c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.15.6"
- name: Install goupdate
run: |
(
Expand All @@ -22,7 +24,7 @@ jobs:
run: |
go version
go env
$(go env GOPATH)/bin/goupdate -test 'go test ./...' --commit
$(go env GOPATH)/bin/goupdate -test 'go test ./...' --commit -v
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 4ffb03c

Please sign in to comment.