Skip to content

Commit 7128a28

Browse files
authored
remove go get from releaser (#1005)
1 parent 9449056 commit 7128a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ jobs:
178178
uses: actions/setup-go@v3
179179
with:
180180
go-version: 1.19
181-
- run: go get -d -t ./...
182181
- run: go test -i ./...
183182
- run: go test -race -v ./...
184183
- run: echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin

0 commit comments

Comments
 (0)