Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Migrate off of deprecated GoReleaser options #842

Merged
merged 1 commit into from
Jul 9, 2023

Conversation

jalseth
Copy link
Member

@jalseth jalseth commented Jul 9, 2023

Fixes two issues. The first is blocking the new Conftest release [1].

[1] https://github.com/open-policy-agent/conftest/actions/runs/5496566137/jobs/10016665656


The output file name patterns are consistent with the previous patterns:

$ goreleaser release --auto-snapshot --skip-docker --skip-publish --clean
<successful>

$ ls -lh dist | grep -v -E "^d"
total 335008
-rw-r--r--  1 james  staff   9.5K Jul  8 17:23 artifacts.json
-rw-r--r--  1 james  staff   1.5K Jul  8 17:23 checksums.txt
-rw-r--r--  1 james  staff   4.5K Jul  8 17:21 config.yaml
-rw-r--r--  1 james  staff    13M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Darwin_arm64.tar.gz
-rw-r--r--  1 james  staff    14M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Darwin_x86_64.tar.gz
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Linux_arm64.tar.gz
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Linux_ppc64le.tar.gz
-rw-r--r--  1 james  staff    13M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Linux_x86_64.tar.gz
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Windows_arm64.zip
-rw-r--r--  1 james  staff    13M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_Windows_x86_64.zip
-rw-r--r--  1 james  staff    13M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_amd64.deb
-rw-r--r--  1 james  staff    14M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_amd64.rpm
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_arm64.deb
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_arm64.rpm
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_ppc64le.deb
-rw-r--r--  1 james  staff    12M Jul  8 17:23 conftest_0.44.0-SNAPSHOT-a6c6055_linux_ppc64le.rpm
-rw-r--r--  1 james  staff   243B Jul  8 17:23 metadata.json

@jalseth jalseth requested review from jpreese and boranx July 9, 2023 00:30
@jalseth jalseth merged commit ffb3c96 into master Jul 9, 2023
7 checks passed
@jalseth jalseth deleted the fix-goreleaser-deprecations branch July 9, 2023 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants