Skip to content

Run tests for Go 1.15

Jaime Martinez requested to merge test-go-1-15 into master

If you have asdf installed locally, running any go commands will use the version specified in .tool-versions. Since this was updated in !347 (merged) I noticed that I had to install the missing Go version. We should also test Go 1.15 in the pipeline.

$ make test

GOBIN=$GDK/gitlab-pages/bin go install -v -ldflags='-X "main.VERSION=1.24.0" -X "main.REVISION=eab1b2a"' -tags "continuous_profiler_stackdriver" -buildmode exe gitlab.com/gitlab-org/gitlab-pages
No go executable found for golang 1.15.2
make: *** [build] Error 2

Merge request reports