Skip to content

Commit

Permalink
Merge pull request #140 from wandera/bump_actions
Browse files Browse the repository at this point in the history
Bump actions
  • Loading branch information
jizi authored Jun 5, 2024
2 parents 1375477 + f7a65fa commit b216778
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 b216778

Please sign in to comment.