Skip to content

Commit

Permalink
Merge #13313
Browse files Browse the repository at this point in the history
13313: Pin GoReleaser to previous version r=Frassle a=justinvp

GoReleaser 1.19.0 was released earlier today and doesn't currently work. Pin to the previous version to unblock CI until we understand what the underlying problem is.

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
  • Loading branch information
bors[bot] and justinvp committed Jun 29, 2023
2 parents 9f50aa9 + 2ca8193 commit 5043e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
with:
install-only: true
distribution: goreleaser-pro
# TODO[pulumi/pulumi#13312: Change this to not pin to a version after
# addressing the root cause of why GoReleaser v1.19.0 fails to read
# the configuration.
version: v1.18.2
- name: Set up bin dir
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit 5043e3d

Please sign in to comment.