From 8c553dcde9cc4d7a231ed6912bff612ef7e35055 Mon Sep 17 00:00:00 2001
From: Stefan Haller <stefan@haller-berlin.de>
Date: Sat, 24 Aug 2024 13:01:50 +0200
Subject: [PATCH] Upgrade golang-ci to 1.60

---
 .github/workflows/ci.yml | 2 +-
 .golangci.yml            | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index db819ccc4..733573be8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
       - name: Lint
         uses: golangci/golangci-lint-action@v3.7.0
         with:
-          version: v1.58
+          version: v1.60
       - name: errors
         run: golangci-lint run
         if: ${{ failure() }}
diff --git a/.golangci.yml b/.golangci.yml
index 3a8e66bc3..9fbf5329e 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,13 +1,10 @@
 linters:
-  disable:
-    - structcheck # gives false positives
   enable:
     - gofumpt
     - thelper
     - goimports
     - tparallel
     - wastedassign
-    - exportloopref
     - unparam
     - prealloc
     - unconvert