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 17, 2023
1 parent 92c4c9e commit 016f107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -12,5 +12,5 @@ goto :end
set GOARCH=%2
go tool dist install pkg/runtime
go install -a std
go build -o build/emitter-%1-%2%3 -i -ldflags "-X github.com/emitter-io/emitter/internal/command/version.version=%APPVEYOR_BUILD_VERSION% -X github.com/emitter-io/emitter/internal/command/version.commit=%APPVEYOR_REPO_COMMIT%" .
go build -o build/emitter-%1-%2%3 -ldflags "-X github.com/emitter-io/emitter/internal/command/version.version=%APPVEYOR_BUILD_VERSION% -X github.com/emitter-io/emitter/internal/command/version.commit=%APPVEYOR_REPO_COMMIT%" .
:end

0 comments on commit 016f107

Please sign in to comment.