amnezia-vpn / amneziawg-go

AmneziaWG VPN protocol
MIT License
497 stars 60 forks source link

Issues when building on Docker #34

Closed art3mHQ closed 3 months ago

art3mHQ commented 3 months ago

Error when try to build amneziawg-go on Docker

------
 > [awg 4/4] RUN go mod download &&     go mod verify &&     go build -ldflags '-linkmode external -extldflags "-fno-PIC -static"' -v -o /usr/bin:
0.895 go: errors parsing go.mod:
0.895 /awg/go.mod:3: invalid go version '1.22.3': must match format 1.23
------
tiaga commented 3 months ago

Fixed in https://github.com/amnezia-vpn/amneziawg-go/pull/35