From 69b819dafa18ec45f1a96bc4b6775837060be8d1 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Wed, 14 Aug 2024 20:12:44 +0000 Subject: [PATCH] Update linter --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0dc197a2..bc02ba8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,6 +46,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.56.1 + version: v1.60.1 args: --timeout 3m skip-pkg-cache: true # golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See https://github.com/golangci/golangci-lint-action/issues/23