diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e86e5e1..e5402a7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout git repo uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3 - name: Lint go code with golangci-lint - uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29 # tag=v3 + uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # tag=v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.43.0