mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
[appveyor] use golang 1.17.5 for building
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ff7bd714ff
commit
79fccf5fe9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ environment:
|
|||
|
||||
build_script:
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
- curl -o C:\projects\golang.zip https://dl.google.com/go/go1.17.3.windows-amd64.zip
|
||||
- curl -o C:\projects\golang.zip https://dl.google.com/go/go1.17.5.windows-amd64.zip
|
||||
- 7z x C:\projects\golang.zip -oC:\projects\
|
||||
- cmd: set PATH=C:\projects\go\bin;%PATH%
|
||||
- cmd: set GOROOT=C:\projects\go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue