Skip to content

Commit

Permalink
Bump appveyor go version to 1.20 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond authored Dec 16, 2023
1 parent 92c4c9e commit e5a60d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ environment:
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.16.windows-amd64.zip
- 7z x go1.16.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.20.windows-amd64.zip
- 7z x go1.20.windows-amd64.zip -y -oC:\ > NUL
- go version

build_script:
Expand Down

0 comments on commit e5a60d2

Please sign in to comment.