aptly-dev / aptly

aptly - Debian repository management tool
https://www.aptly.info/
MIT License
2.54k stars 369 forks source link

Build failure with go tidy #1232

Closed gl-yziquel closed 7 months ago

gl-yziquel commented 7 months ago

I experience a build failure from source:

mini-me@virtucon ~/h/c/aptly (master)> make
go mod download
go mod verify
all modules verified
go mod tidy -v
go: go.mod file indicates go 1.21, but maximum version supported by tidy is 1.20
make: *** [Makefile:20: modules] Error 1

Go is unfortunately one of the rare languages I have no experience in. So please close this issue if not relevant.

gl-yziquel commented 7 months ago

Dumb issue raised by someone new to go. compile go 1.21 from source, and that message goes away.