Skip to content

Commit

Permalink
remove deprecated goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Sep 16, 2024
1 parent 5627c46 commit 1868753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
go-version: 1.19
- name: Run GoReleaser
timeout-minutes: 60
uses: goreleaser/goreleaser-action@c21f56a7bc891b5f73bec61233c4102ef8273150 # v5.0.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser
version: v1.22.1
version: "~> v2"
args: release --clean --config ../.goreleaser.yaml
workdir: ./v2
env:
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -25,7 +26,7 @@ brews:
owner: datadog
name: stratus-red-team
branch: main
folder: Formula
directory: Formula
url_template: "https://github.com/DataDog/stratus-red-team/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
license: Apache-2.0
homepage: "https://stratus-red-team.cloud"
Expand Down

0 comments on commit 1868753

Please sign in to comment.