There was an error while loading. Please reload this page.
1 parent 9a72348 commit e62de45Copy full SHA for e62de45
1 file changed
.github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout git repo
11
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3
12
- name: Lint go code with golangci-lint
13
- uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29 # tag=v3
+ uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
14
with:
15
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
16
version: v1.43.0
0 commit comments