microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
939 stars 181 forks source link

go.mod vendoring problem #271

Closed alfonks closed 1 year ago

alfonks commented 1 year ago

i tried to go mod vendor after pulling the latest changes from main branch and i got this error

failed to find embedded files of github.com/Microsoft/go-winio: //go:build comment without // +build comment

go mod version: go 1.14

alfonks commented 1 year ago

solved with upgrading local go version to go 1.17 and above