From 374d3862e04e81068ad0d9a87a0c53c4582e55c6 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Thu, 11 Jun 2026 17:26:52 -0500 Subject: [PATCH] ci: update golangci-lint --- Justfile | 3 +-- go.mod | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index f1213bf..c06bf6d 100644 --- a/Justfile +++ b/Justfile @@ -42,5 +42,4 @@ lint: vet # locally install build dependencies [group('build')] init: - go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0 - + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4 diff --git a/go.mod b/go.mod index aea3878..0d92264 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module cattlecloud.net/go/atomicfs -go 1.25 +go 1.26 require github.com/shoenig/test v1.13.2