Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-avi into 30.2.2
  • Loading branch information
Rohan Suryawanshi committed Nov 18, 2024
2 parents 1e051ab + b758401 commit 21ae01b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54.2
args: --issues-exit-code=1
skip-pkg-cache: true
skip-build-cache: true
# -
# name: golangci-lint
# uses: golangci/golangci-lint-action@v2
# with:
# version: v1.54.2
# args: --issues-exit-code=1
# skip-pkg-cache: true
# skip-build-cache: true
-
name: Import GPG key
id: import_gpg
Expand All @@ -38,7 +38,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --release-header .goreleaser.tmpl
args: release --clean --release-header .goreleaser.tmpl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ linters:
- nakedret
- misspell
# - staticcheck
- unused
- unconvert
# - unused
# - unconvert
- vet
- vetshadow
# - typecheck
Expand Down

0 comments on commit 21ae01b

Please sign in to comment.