I have configured GOPROXY with artifactory URI and trying to use go get command to download the exe file from the repository. Sample:
set GOPROXY=https://username:apikey@jfrog-artifactory.com/artifactory/go/virtual-go
go get com.temp/artifact/10.10.10.1/abc.exe
go get: module com.temp/artifact/10.10.10.1/abc.exe: reading https://username:apikey@jfrog-artifactory.com/artifactory/go/virtual-go/com.temp/artifact/10.10.10.1/abc.exe/@v/list: 404