We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac9297 commit 5aa348aCopy full SHA for 5aa348a
.github/workflows/release.yaml
@@ -21,13 +21,13 @@ jobs:
21
go-version-file: "go.mod"
22
cache: true
23
- name: Import GPG key
24
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
25
id: import_gpg
26
with:
27
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28
passphrase: ${{ secrets.GPG_PASSPHRASE }}
29
- name: Run GoReleaser
30
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
31
32
args: release --clean
33
env:
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
- run: go mod download
- run: go build -v .
- name: Run linters
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
version: latest
0 commit comments