Skip to content

Commit 7d0ee28

Browse files
[skip-ci] Update golangci/golangci-lint-action action to v9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06e8b64 commit 7d0ee28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)