mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-14 22:11:12 +08:00
ci: update CI workflows for improved build processes
- Update Docker workflow to use version 6 of the build-push-action - Remove the build_linux_arm step from the Docker workflow - Update Goreleaser workflow to use version 6 of the goreleaser-action - Change the args in the Goreleaser workflow from release --rm-dist to release --clean - Update lint workflow to use version 6 of the golangci-lint-action Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
check-latest: true
|
||||
|
||||
- name: Setup golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: latest
|
||||
args: --verbose
|
||||
|
||||
Reference in New Issue
Block a user