Skip to content

Commit

Permalink
Merge pull request #56 from wandera/bump_actions
Browse files Browse the repository at this point in the history
actions: bump
  • Loading branch information
jizi authored May 31, 2023
2 parents cfcd920 + f93de7b commit 22f5122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.52.2
args: --out-${NO_FUTURE}format colored-line-number
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: wandera/action-gh-release@v1
uses: softprops/action-gh-release@v1
with:
files: ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz

Expand Down

0 comments on commit 22f5122

Please sign in to comment.