appveyor: enable build cache

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2026-01-16 10:52:06 +01:00
parent 9ba13b6097
commit 27c2181a40
No known key found for this signature in database
GPG key ID: 0FE274EE8C95166E

View file

@ -4,6 +4,10 @@ version: "{branch}.{build}"
image:
- Visual Studio 2019
cache:
- '%LOCALAPPDATA%\go-build'
- '%GOPATH%\pkg\mod' -> appveyor.yml
environment:
matrix:
- GETH_ARCH: amd64