Skip to content

Commit

Permalink
bump neon version from 1.9.1 to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored Sep 25, 2024
1 parent 43098ca commit 1319a5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v5.1.0 - 2024-09-25

- `Changed` bump neon version from 1.9.1 to 1.10.1

## v5.0.0 - 2024-09-15

- `Changed` bump golang version from 1.22.2 to 1.23.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV PATH="${PATH}:/usr/local/go/bin:${GOPATH}/bin" \

RUN up golangci-lint 1.61.0 \
&& up venom 1.2.0 \
&& up neon 1.9.1 \
&& up neon 1.10.1 \
&& up goreleaser 2.3.1 \
&& up svu 2.2.0 \
&& go clean -cache -testcache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV PATH="${PATH}:/usr/local/go/bin:${GOPATH}/bin" \

RUN up golangci-lint 1.61.0 \
&& up venom 1.2.0 \
&& up neon 1.9.1 \
&& up neon 1.10.1 \
&& up goreleaser 2.3.1 \
&& up svu 2.2.0 \
&& go clean -cache -testcache
Expand Down

0 comments on commit 1319a5c

Please sign in to comment.