mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
Merge pull request #886 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-6.2.0
build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
This commit is contained in:
commit
86835b2229
2
.github/workflows/tests-template.yml
vendored
2
.github/workflows/tests-template.yml
vendored
@ -52,6 +52,6 @@ jobs:
|
||||
;;
|
||||
esac
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
||||
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
|
||||
with:
|
||||
version: v1.61.0
|
||||
|
2
.github/workflows/tests_windows.yml
vendored
2
.github/workflows/tests_windows.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
esac
|
||||
shell: bash
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
||||
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
|
||||
with:
|
||||
version: v1.61.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user