Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
Fixes:

  failed to get module path: exit status 1: go: errors parsing go.mod: /workspace/go.mod:5: unknown directive: toolchain
  • Loading branch information
bersace committed May 3, 2024
1 parent e38ae43 commit 0540249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

release:
# Configure secrets of this job in ldap2pg CircleCI context.
docker: [{image: goreleaser/goreleaser:v1.19.2}]
docker: [{image: goreleaser/goreleaser:v1.25.1}]
working_directory: *workspace
steps:
- checkout
Expand Down

0 comments on commit 0540249

Please sign in to comment.