We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0d4e commit 92f867eCopy full SHA for 92f867e
.circleci/config.yml
@@ -97,7 +97,7 @@ jobs:
97
-v "$(pwd):/workspace" -w /workspace \
98
-e GORELEASER_CURRENT_TAG -e CIRCLE_TAG -e CIRCLE_SHA1 \
99
-e GO111MODULE=on \
100
- goreleaser/goreleaser:v2.14.0
+ goreleaser/goreleaser:v2.14.2
101
snapshot:
102
machine:
103
image: ubuntu-2204:current
@@ -112,7 +112,7 @@ jobs:
112
-v /var/run/docker.sock:/var/run/docker.sock \
113
114
-e CIRCLE_SHA1 -e CIRCLE_BRANCH -e CIRCLE_TAG \
115
- goreleaser/goreleaser:v2.14.0 --snapshot --skip=sign
+ goreleaser/goreleaser:v2.14.2 --snapshot --skip=sign
116
- store_artifacts:
117
path: dist
118
destination: snapshot
0 commit comments