From 1a2b2cb565ebf701f43012e1fce5552398d622a9 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 10 Jun 2024 14:29:36 +0200 Subject: chore: use latest golangci-lint --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 55ecca8..f9d645d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v6 with: - version: v1.58 + version: latest - name: Build run: go build -v ./... -- cgit v1.2.3