Files
athens/appveyor.yml
Nicholas Wiersma e53c524a96 chore: upgrade go to v1.23.2 (#1997)
Upgrades Go to 1.23.2
2024-11-14 05:36:25 +00: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.23
test_script:
- go version
- go test ./...