mirror of https://github.com/etcd-io/bbolt.git
Merge pull request #526 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-3.6.0
build(deps): Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0pull/498/head
commit
e79ff5f73d
|
@ -45,7 +45,7 @@ jobs:
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
|
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
|
||||||
|
|
||||||
test-windows:
|
test-windows:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
esac
|
esac
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
|
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
needs: ["test-linux", "test-windows"]
|
needs: ["test-linux", "test-windows"]
|
||||||
|
|
Loading…
Reference in New Issue