Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.21'
go-version: '1.25'
cache: true

- name: Install cosign
Expand Down
25 changes: 10 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ changelog:
order: 999

# Homebrew Tap
brews:
homebrew_casks:
- name: pup
repository:
owner: DataDog
Expand All @@ -166,23 +166,18 @@ brews:
homepage: https://github.com/DataDog/pup
description: "Datadog API CLI - OAuth2 + API key authentication for Datadog APIs"
license: Apache-2.0
directory: Formula
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
commit_msg_template: "chore(formula): update {{ .ProjectName }} to {{ .Tag }}"
install: |
bin.install "pup"
test: |
system "#{bin}/pup", "version"
dependencies:
- name: go
type: optional
extra_install: |
# Generate shell completions
bash_completion.install "completions/pup.bash" => "pup"
zsh_completion.install "completions/pup.zsh" => "_pup"
fish_completion.install "completions/pup.fish"
commit_msg_template: "chore(cask): update {{ .ProjectName }} to {{ .Tag }}"
binaries:
- pup
completions:
bash: "completions/pup.bash"
zsh: "completions/pup.zsh"
fish: "completions/pup.fish"
url:
verified: github.com/DataDog/pup/releases/download

# Announce releases
announce:
Expand Down