Skip to content

Commit

Permalink
DevContainer: updated GoReleaser to v1.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 5, 2024
1 parent d045589 commit b2c1db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update \
USER vscode

RUN go install github.com/swaggo/swag/cmd/[email protected] \
&& go install github.com/goreleaser/goreleaser@v1.18.2 \
&& go install github.com/goreleaser/goreleaser@v1.23.0 \
&& go install github.com/mailhog/[email protected] \
&& cd ~ \
&& mkdir openapi-generator \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/build/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
docker buildx build --push --platform linux/arm64,linux/amd64 --tag ghcr.io/turbot/flowpipe-devcontainer:2.1.0 .
docker buildx build --push --platform linux/arm64,linux/amd64 --tag ghcr.io/turbot/flowpipe-devcontainer:2.2.0 .

# deploy: build
# docker push ${STEAMPIPE_REPO}/cluster-pod:${CLUSTER_POD_VERSION}

0 comments on commit b2c1db1

Please sign in to comment.