Skip to content

Commit

Permalink
actions: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jizi committed Jun 5, 2024
1 parent 1375477 commit f7a65fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v3
uses: wandera/golangci-lint-action@v5
with:
version: v1.55.1
version: v1.59.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
tar -czvf ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz -C dist/ .
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz

Expand Down

0 comments on commit f7a65fa

Please sign in to comment.