Skip to content

Commit 92f867e

Browse files
committed
Fix
1 parent 8dd0d4e commit 92f867e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
-v "$(pwd):/workspace" -w /workspace \
9898
-e GORELEASER_CURRENT_TAG -e CIRCLE_TAG -e CIRCLE_SHA1 \
9999
-e GO111MODULE=on \
100-
goreleaser/goreleaser:v2.14.0
100+
goreleaser/goreleaser:v2.14.2
101101
snapshot:
102102
machine:
103103
image: ubuntu-2204:current
@@ -112,7 +112,7 @@ jobs:
112112
-v /var/run/docker.sock:/var/run/docker.sock \
113113
-v "$(pwd):/workspace" -w /workspace \
114114
-e CIRCLE_SHA1 -e CIRCLE_BRANCH -e CIRCLE_TAG \
115-
goreleaser/goreleaser:v2.14.0 --snapshot --skip=sign
115+
goreleaser/goreleaser:v2.14.2 --snapshot --skip=sign
116116
- store_artifacts:
117117
path: dist
118118
destination: snapshot

0 commit comments

Comments
 (0)