Skip to content

Commit

Permalink
added go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Apr 21, 2021
1 parent 164b5e7 commit 75519d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -29,7 +29,9 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
-
name: Install modules
run: go mod tidy
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 75519d4

Please sign in to comment.