Skip to content

Commit

Permalink
Move Go version from 1.13 to 1.21 on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
srishanbhattarai committed Jul 14, 2024
1 parent 5a4bf16 commit be50fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment:
GOPATH: c:\gopath

install:
- set PATH=C:\go121\bin;%PATH%
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
- go env
- go get -t -v ./...
Expand Down

0 comments on commit be50fa0

Please sign in to comment.