Skip to content

Commit

Permalink
fix: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
faabiosr committed Apr 14, 2024
1 parent 35046bc commit 6f6f8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
run: git fetch --prune --unshallow

- name: run goreleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -26,9 +26,9 @@ jobs:
run: git fetch --prune --unshallow

- name: golanci-linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.53.3
version: v1.56.2

- name: configure
run: make configure
Expand Down

0 comments on commit 6f6f8ef

Please sign in to comment.