diff --git a/Makefile b/Makefile index fba3b215..5f96b4e3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ export CGO_ENABLED=0 export GOEXPERIMENT=loopvar export GOTOOLCHAIN=local -# Check https://go.dev/wiki/MinimumRequirements#amd64 -export GOAMD64=v3 MODULE = $(shell $(GO) list -m) DATE ?= $(shell date +%FT%T%z) diff --git a/console/data/docs/99-changelog.md b/console/data/docs/99-changelog.md index 9149b66e..10b2ba17 100644 --- a/console/data/docs/99-changelog.md +++ b/console/data/docs/99-changelog.md @@ -23,7 +23,6 @@ identified with a specific icon: - 🌱 *inlet*: decode destination BGP communities in sFlow packets - 🌱 *inlet*: for SNMP configuration, unify SNMPv2 and SNMPv3 credentials into a single `credentials` structure. -- 🌱 *build*: enable more optimizations for AMD64 build (`GOAMD64=v3`) ## 1.11.2 - 2024-11-01