Skip to content

Commit

Permalink
Bump appveyor go version to 1.20 and remove deprecated -i flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond committed Dec 17, 2023
1 parent 92c4c9e commit f7f24c4
Showing 1 changed file with 1 addition and 1 deletion.
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 f7f24c4

Please sign in to comment.