From d562ea51c2a90ff4980ee386fc09b977286af0c8 Mon Sep 17 00:00:00 2001 From: Christian Michallek Date: Tue, 18 Jun 2024 13:41:21 +0200 Subject: [PATCH] Fix the github linter (#38) * fix: workaround for linter * fix: update golang-lint to 1.55 --------- Co-authored-by: Christian Michallek --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fa88f5..8f839c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,6 @@ jobs: run: go mod vendor - uses: golangci/golangci-lint-action@v3 with: - version: v1.45 \ No newline at end of file + version: v1.55 + skip-pkg-cache: true + skip-build-cache: true