diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index f678e45..bcbbabe 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -30,7 +30,7 @@ jobs: go-version-file: 'go.mod' cache: false # see https://github.com/golangci/golangci-lint-action/issues/807 - name: golangci-lint - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 + uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae with: version: v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version - name: actionlint