Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Aug 9, 2023
1 parent d65a280 commit bcf87f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20

- name: go mod tidy
run: go mod tidy
go-version: 1.20.x

- name: Build
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit bcf87f7

Please sign in to comment.