mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #326] Build fails with go 1.15 #178
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manwe on GitHub (Dec 26, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/326
/tmp/acme-dns/pkg/mod/github.com/caddyserver/certmagic@v0.16.2/account.go:28:2: package io/fs is not in GOROOT (/usr/lib/go-1.15/src/io/fs)
@fscara commented on GitHub (Jun 30, 2024):
Same issue here, as of 20240630 on Debian Buster (go 1.15.15).
My not so quick solution has been to upgrade to Bookworm (with go 1.19.8), then I got acme-dns compiled.