Skip to content

Commit f8cf094

Browse files
committed
ci: Upgrade golangci-lint to v2.7.2 and its action to v9.2.0
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
1 parent 7420841 commit f8cf094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
5454
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
5555
56-
- uses: golangci/golangci-lint-action@v8.0.0
56+
- uses: golangci/golangci-lint-action@v9.2.0
5757
with:
58-
version: v2.4.0
58+
version: v2.7.2
5959
working-directory: src/github.com/containerd/imgcrypt
6060
args: --timeout 120s
6161

0 commit comments

Comments
 (0)