From c64856e2bfcba7306a099bc6cbfd87fda1c5ea0f Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 23 Jan 2026 09:39:55 -0600 Subject: [PATCH] ci: update go and golangci-lint tools --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index dca3534..a40c676 100644 --- a/Justfile +++ b/Justfile @@ -2,7 +2,7 @@ set shell := ["bash", "-u", "-c"] export scripts := ".github/workflows/scripts" export GOBIN := `echo $PWD/.bin` -export GOTOOLCHAIN := 'go1.24.5' +export GOTOOLCHAIN := 'go1.25.6' # show available commands [private] @@ -50,5 +50,5 @@ lint: vet # locally install build dependencies [group('build')] init: - go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.3.0 + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0