Skip to content

Commit

Permalink
fix: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKleinsorge committed Jun 25, 2023
1 parent 971169b commit ed55877
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/remind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
go-version: 1.16

- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Resolve missing dependency
run: go mod download github.com/davecgh/go-spew@v1.1.1

- name: Build
run: go build .
Expand Down

0 comments on commit ed55877

Please sign in to comment.