File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
4545 sudo apt-get -qq update
4646 sudo apt-get -qq install libseccomp-dev libgpgme-dev libbtrfs-dev libsubid-dev
4747 - name : lint-common
48- uses : golangci/golangci-lint-action@v8
48+ uses : golangci/golangci-lint-action@v9
4949 with :
5050 version : " ${{ env.LINT_VERSION }}"
5151 args : --verbose
5252 working-directory : ./common
5353 - name : lint-image
54- uses : golangci/golangci-lint-action@v8
54+ uses : golangci/golangci-lint-action@v9
5555 with :
5656 version : " ${{ env.LINT_VERSION }}"
5757 args : --verbose
5858 working-directory : ./image
5959 - name : lint-storage
60- uses : golangci/golangci-lint-action@v8
60+ uses : golangci/golangci-lint-action@v9
6161 with :
6262 version : " ${{ env.LINT_VERSION }}"
6363 args : --verbose
You can’t perform that action at this time.
0 commit comments