Skip to content

Commit

Permalink
remove go get from releaser (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
coury-clark authored Jun 21, 2023
1 parent 9449056 commit 7128a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
- run: go get -d -t ./...
- run: go test -i ./...
- run: go test -race -v ./...
- run: echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin
Expand Down

0 comments on commit 7128a28

Please sign in to comment.