Skip to content

Commit

Permalink
Bump goreleaser config to v2
Browse files Browse the repository at this point in the history
This will bump goreleaser config to version 2 to
have golang 1.22.5 support
  • Loading branch information
piyush-garg authored and PuneetPunamiya committed Aug 27, 2024
1 parent f500aff commit 88c14bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- sed -i 's/devel/{{ .Tag }}/' ./pkg/version.json
Expand Down Expand Up @@ -49,7 +50,7 @@ brews:
repository:
owner: openshift-pipelines
name: opc
folder: Formula
directory: Formula
homepage: "https://github.com/openshift-pipelines/opc"
description: "A CLI for OpenShift Pipeline"
install: |
Expand Down

0 comments on commit 88c14bb

Please sign in to comment.