Skip to content

Commit

Permalink
Bump appveyor go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond committed Dec 16, 2023
1 parent 92c4c9e commit f4daa43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
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 f4daa43

Please sign in to comment.