Skip to content

Commit

Permalink
build(deps): bump goreleaser/goreleaser from v1.24.0 to v2.3.1
Browse files Browse the repository at this point in the history
Bumps goreleaser/goreleaser from v1.24.0 to v2.3.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 4926074 commit 68026a7
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 mesosphere/packer:1.9.5-nkp.1 as packer-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 mesosphere/packer:1.9.5-nkp.1 as packer-arm64
FROM golangci/golangci-lint:v1.56.2-alpine as golangci-lint
FROM goreleaser/goreleaser:v1.24.0 as goreleaser
FROM goreleaser/goreleaser:v2.3.1 as goreleaser
FROM docker:27.1 as docker
FROM vmware/govc:v0.36.0 as govc

Expand Down

0 comments on commit 68026a7

Please sign in to comment.