Skip to content

Commit 30532b8

Browse files
committed
Upgrade golangci-lint to v2.3.1
1 parent 07dc0e1 commit 30532b8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ All notable changes to this project will be documented in this file. It uses the
77
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
88
"Semantic Versioning 2.0.0"
99

10+
## [v0.10.1] — Unreleased
11+
12+
13+
### 📔 Notes
14+
15+
* Upgraded to `golangci-lint` v2.3.1.
16+
* Fixed test name scoping issues with testify objects.
17+
18+
[v0.10.1]: https://github.com/theory/jsonpath/compare/v0.10.0...v0.10.1
19+
1020
## [v0.10.0] — 2025-07-11
1121

1222
### ⚡ Improvements

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ brew-lint-depends:
3838

3939
.PHONY: debian-lint-depends # Install linting tools on Debian
4040
debian-lint-depends:
41-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v2.2.2
41+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v2.3.1
4242

4343
.PHONY: install-generators # Install Go code generators
4444
install-generators:

0 commit comments

Comments
 (0)