Skip to content

Commit

Permalink
Bump goreleaser to v1.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
woblerr committed Feb 29, 2024
1 parent fd057dc commit 284194c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
goreleaser_version: "v1.20.0"
goreleaser_version: "v1.24.0"
steps:
- name: Set up go 1.21
uses: actions/setup-go@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.artifacts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM --platform=linux/amd64 goreleaser/goreleaser:v1.20.0 as builder
FROM --platform=linux/amd64 goreleaser/goreleaser:v1.24.0 as builder
WORKDIR /build
COPY . /build
RUN goreleaser release --snapshot --skip-publish --clean

FROM alpine
FROM alpine:3.19
COPY --from=builder /build/dist/ /dist/
RUN mkdir -p /artifacts && \
cp /dist/*.tar.gz /artifacts/ && \
Expand Down

0 comments on commit 284194c

Please sign in to comment.