Cannot build Go 1.24 project #299
-
Describe the bug
When checking these files, the types seem to exist in the places where they should be. To Reproduce main.go: package main
import (
"github.com/rabbitmq/amqp091-go"
)
func main() {
amqp091.Dial("")
} go.mod:
Expected behavior Desktop (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, building your code on my Arch Linux system works fine:
Reproduction code can be found here: https://github.com/lukebakken/amqp091-go-299 I suspect you have an issue with your Go installation. |
Beta Was this translation helpful? Give feedback.
Hello, building your code on my Arch Linux system works fine:
Reproduction code can be found here: https://github.com/lukebakken/amqp091-go-299
I suspect you have an issue with your Go installation.