golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123k stars 17.53k forks source link

go version go1.13 linux/amd64 #49935

Closed maugomez77 closed 2 years ago

maugomez77 commented 2 years ago

$ go env

when using this particular library:

module symantec/ams

go 1.17

require ( github.com/hashicorp/vault v1.8.5 )

It pop ups this error:

go: extracting github.com/hashicorp/vault v1.8.5 -> unzip /root/go/pkg/mod/cache/download/github.com/hashicorp/vault/@v/v1.8.5.zip: malformed file path "website/pages/api-docs/[[...page]].jsx": double dot

i also run already:

go clean -cache go clean -modcache

but looks to be a directive from go

seankhliao commented 2 years ago

go1.13 is no longer supported, this doesn't occur on supported versions

maugomez77 commented 2 years ago

what supported version i can use ?

seankhliao commented 2 years ago

https://go.dev/doc/devel/release#policy