You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlexVulaj could you double check commit: 10f71ea
particularly the route.go file and its use of "any" on lines: 28, 134, 136, 144, 149, 155, 165 ?
I'm not a Go developer, but we use gorilla / mux in an application I work on and when we try to build the image for the build agent, I am getting an error pointing to this file.
We are running this command as part of the Dockerfile: RUN go get -u github.com/gorilla/mux
We had a successful build on April 19. This code was added in June and there have been no changes to the Dockerfile we are are running on our end.
I am attaching a screenshot of the errors we get on the failed build.
I'm happy to supply additional information if that is helpful.
Is there an existing issue for this?
Current Behavior
@AlexVulaj could you double check commit: 10f71ea
particularly the route.go file and its use of "any" on lines: 28, 134, 136, 144, 149, 155, 165 ?
I'm not a Go developer, but we use gorilla / mux in an application I work on and when we try to build the image for the build agent, I am getting an error pointing to this file.
We are running this command as part of the Dockerfile:
RUN go get -u github.com/gorilla/mux
We had a successful build on April 19. This code was added in June and there have been no changes to the Dockerfile we are are running on our end.
I am attaching a screenshot of the errors we get on the failed build.
I'm happy to supply additional information if that is helpful.
Expected Behavior
Expect the go get command to successfully download https://github.com/gorilla/mux
Screenshot from April 19:
Steps To Reproduce
RUN
go get -u github.com/gorilla/mux
Anything else?
No response
The text was updated successfully, but these errors were encountered: