From 9e89ad2a55b070973d76b30443f23f75c87a6c23 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 21 Aug 2024 17:19:41 -0600 Subject: [PATCH] Include the golangci-lint bump in the changelog stuff. --- .changelog/unreleased/dependencies/2132-bump-go-to-1.23.md | 1 + .changelog/unreleased/summary.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.changelog/unreleased/dependencies/2132-bump-go-to-1.23.md b/.changelog/unreleased/dependencies/2132-bump-go-to-1.23.md index 981471ad4..d8390f222 100644 --- a/.changelog/unreleased/dependencies/2132-bump-go-to-1.23.md +++ b/.changelog/unreleased/dependencies/2132-bump-go-to-1.23.md @@ -1 +1,2 @@ * Bump `go` to 1.23 (from 1.21) [#2132](https://github.com/provenance-io/provenance/pull/2132). +* Bump `golangci-lint` to v1.60.2 (from v1.54.2) [#2132](https://github.com/provenance-io/provenance/pull/2132). diff --git a/.changelog/unreleased/summary.md b/.changelog/unreleased/summary.md index 3232efa79..18b3c5cd0 100644 --- a/.changelog/unreleased/summary.md +++ b/.changelog/unreleased/summary.md @@ -1 +1,2 @@ Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`.