Re: [go-nuts] Leading dash invalid in test filename inside module

2021-08-18 Thread Ben Hoyt
Awesome, thanks. At a previous company, we used to take months/years to upgrade to a new Go version, so it's nice that you guys are eating your own dog food so quickly. :-) For now, I've removed the leading-dash test file and released a new patch version. When I reinstate it I may end up putting t

Re: [go-nuts] Leading dash invalid in test filename inside module

2021-08-18 Thread 'Jay Conrod' via golang-nuts
You're exactly right, the proxy is still in the process of migrating to Go 1.17. It should be done in the next day or two, at which point it should be able to fetch this version. In the mean time, you can work around it by setting GOPRIVATE= github.com/benhoyt/goawk

[go-nuts] Leading dash invalid in test filename inside module

2021-08-18 Thread Ben Hoyt
(I wasn't quite sure whether golang-nuts or golang-dev was the best place for this -- sending to golang-nuts for now.) I just released a new version of GoAWK (v1.8.0) using Go version 1.17, and then tested installing it using "go install". However, go install complains with the following: $ go in