mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
Update golangci-lint to v1.60.1
Reference: - https://github.com/golangci/golangci-lint/releases/tag/v1.60.1 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
This commit is contained in:
parent
e52dec6c83
commit
406670b70e
2
.github/workflows/tests-template.yml
vendored
2
.github/workflows/tests-template.yml
vendored
@ -53,3 +53,5 @@ jobs:
|
||||
esac
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
|
||||
with:
|
||||
version: v1.60.1
|
||||
|
2
.github/workflows/tests_windows.yml
vendored
2
.github/workflows/tests_windows.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
||||
shell: bash
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
|
||||
with:
|
||||
version: v1.60.1
|
||||
|
||||
coverage:
|
||||
needs: ["test-windows"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user