Files
athens/appveyor.yml
jason-liew 535c26b0e0 Upgrade GOLANG_VERSION to 1.17 (#1741)
* Upgrade GOLANG_VERSION to 1.17

Fixes ##1740

* feat: upgrade to go1.17

Co-authored-by: shangji.liu <shangji.liu@qingteng.cn>
Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
2021-12-03 00:56:05 -05:00

19 lines
276 B
YAML

build: off
clone_folder: c:\gopath\src\github.com\gomods\athens
image: Previous Visual Studio 2019
environment:
GOPATH: c:\gopath
GO111MODULE: on
GOPROXY: https://proxy.golang.org
SKIP_UNTIL_113: true
stack: go 1.17
test_script:
- go version
- go test ./...