Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix require github.com/gocolly/colly/v2: version "latest" invalid: must be of the form v1.2.3 #586

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

youngjuning
Copy link

image

@JDRanpariya
Copy link

JDRanpariya commented Feb 26, 2021

Gotcha I hope someone allow this PR to get merged ASAP

@WGH-
Copy link
Collaborator

WGH- commented Jan 5, 2023

Where this error comes from? I'm pretty sure github.com/gocolly/colly/v2 latest gets automatically replaced by all Go tools:

$ go build 
go: updates to go.mod needed; to update it:
	go mod tidy
$ go mod tidy
$ cat go.mod
module lkjdsgds

go 1.13

require github.com/gocolly/colly/v2 v2.1.0

With that said, I think this instruction should be replaced with go get github.com/gocolly/colly/v2@latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants