mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Upgrades to the Go 1.22 toolchain. Upgrades golangci-lint to 1.61.0 and disables some new linters. --------- Co-authored-by: Nicholas Wiersma <nick@wiersma.co.za>
19 lines
276 B
YAML
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.22
|
|
|
|
test_script:
|
|
- go version
|
|
- go test ./...
|
|
|