Skip to content

Commit

Permalink
Upgrade to golangci-lint 1.59.1
Browse files Browse the repository at this point in the history
No changes needed (it's just linter version changes in the release).
  • Loading branch information
peterstace committed Jun 9, 2024
1 parent 023f385 commit 8d5de9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/golint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golangci/golangci-lint:v1.59.0
FROM golangci/golangci-lint:v1.59.1

RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Upgrades `golangci-lint` to `v1.59.0`.
- Upgrades `golangci-lint` to `v1.59.1`.

- Fixes a bug where geometry collections with mixed coordinate types were
erroneously allowed during WKT and WKB parsing.
Expand Down

0 comments on commit 8d5de9e

Please sign in to comment.