From 1f32c2c09ffbe64f23b0672d01afe69e37ffa538 Mon Sep 17 00:00:00 2001 From: Charlie McNeill Date: Fri, 10 May 2024 11:11:10 +0100 Subject: [PATCH] bump golangci-lint to work with golang 1.22 --- CHANGELOG.md | 4 +++- GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae7747..721840b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## [0.29.0] - 09-05-2024 +## [0.28.1] - 09-05-2024 Fixed a bug with GITHUB_TOKEN authentication where pushes would fail when configured to use a GitHub token. +Fixed version of golangci-lint to work with more recent golang versions.:q + ## [0.28.0] - 09-04-2024 Prefers to use the GITHUB_TOKEN Bearer authentication over SSH if the environment variable is present. diff --git a/GNUmakefile b/GNUmakefile index 8485a57..6083408 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ export GORELEASER_VERSION := 0.179.0 -LINTER_VERSION := 1.53.3 +LINTER_VERSION := 1.58.1 PATH := $(shell pwd)/bin:$(PATH) SHELL := bash