Skip to content

Commit

Permalink
update reamde, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jan 22, 2024
1 parent 057a990 commit 5de2f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ toc::[]
:link-proxy-from-env: https://golang.org/pkg/net/http/#ProxyFromEnvironment

== HEAD
* Minimum Go version now 1.21 due to quic-go dependency, due to better
cryto/tls support for QUIC in Go-1.21.

== v2.4.8 2023-12-19
* Add `--automaxprocs` flag to set GOMAXPROCS automatically to match Linux
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Building requires:
* make
* posix compatible shell (sh)
* git
* go (latest version recommended. At least version >= 1.13)
* go (latest version recommended. At least version >= 1.21)
* {link-asciidoctor} (for building man pages only)

Building:
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/cactus/go-camo/v2

go 1.21

toolchain go1.21.6

require (
github.com/alecthomas/kong v0.8.1
github.com/cactus/mlog v1.0.10
Expand Down

0 comments on commit 5de2f81

Please sign in to comment.