Skip to content

Commit

Permalink
feat: upgrade go and fix deprecated gitrelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed May 24, 2024
1 parent b433968 commit 212dc5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@main
with:
go-version: 1.19.x
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare AUR package
Expand Down
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ brews:
-
name: helm-freeze
goarm: 6
tap:
repository:
owner: qovery
name: homebrew-helm-freeze
url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: Pierre Mavro
email: [email protected]
folder: Formula
directory: Formula
homepage: ""
description: "Freeze your charts in the wished versions"
skip_upload: false

scoop:
scoops:
url_template: "https://github.com/Qovery/helm-freeze/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
repository:
owner: qovery
name: scoop-helm-freeze
commit_author:
name: qovery
email: [email protected]
homepage: "https://docs.qovery.com"
description: "Freeze your charts in the wished versions"
license: GPL3
license: GPL3

0 comments on commit 212dc5d

Please sign in to comment.