Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser from v1.19.2 to v1.20.0 (#867)
Browse files Browse the repository at this point in the history
Bumps goreleaser/goreleaser from v1.19.2 to v1.20.0.

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent ae90f4c commit 46d892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 hashicorp/packer:1.9.1 as packer-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 hashicorp/packer:1.9.1 as packer-arm64
FROM golangci/golangci-lint:v1.53.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.19.2 as goreleaser
FROM goreleaser/goreleaser:v1.20.0 as goreleaser
FROM docker:24.0 as docker
FROM vmware/govc:v0.30.7 as govc

Expand Down

0 comments on commit 46d892c

Please sign in to comment.