Commit b5a2955a authored by Yann Hodique's avatar Yann Hodique Committed by GitHub

goreleaser: cleanup (#12856)

* chore(op-deployer): use goreleaser-pro schema

This avoids getting schema validation errors wherever pro features are used.

* chore: bump goreleaser-pro to 2.4.3

No functional change, just good hygiene.
parent 11843b48
......@@ -1257,7 +1257,7 @@ jobs:
command: |
mkdir -p /tmp/goreleaser
cd /tmp/goreleaser
curl -L -o goreleaser.tgz https://github.com/goreleaser/goreleaser-pro/releases/download/v2.3.2-pro/goreleaser-pro_Linux_x86_64.tar.gz
curl -L -o goreleaser.tgz https://github.com/goreleaser/goreleaser-pro/releases/download/v2.4.3-pro/goreleaser-pro_Linux_x86_64.tar.gz
tar -xzvf goreleaser.tgz
mv goreleaser /usr/local/bin/goreleaser
- run:
......
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
version: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment