Skip to content

Commit

Permalink
build: update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jun 25, 2024
1 parent ad3a8a7 commit 212da9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: steadybit-extension-datadog
version: 2
before:
hooks:
- go mod download
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## Build
##
FROM --platform=$BUILDPLATFORM goreleaser/goreleaser:v1.25.1 AS build
FROM --platform=$BUILDPLATFORM goreleaser/goreleaser:v2.0.1 AS build

ARG TARGETOS TARGETARCH
ARG BUILD_WITH_COVERAGE
Expand Down

0 comments on commit 212da9e

Please sign in to comment.