Skip to content
Snippets Groups Projects
Commit 5824f0ea authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'support-go-install' into 'main'

feat: support go install in more recent versions of go

See merge request gitlab-com/gl-infra/common-ci-tasks!25
parents eaef38d2 caac042e
No related branches found
No related tags found
No related merge requests found
Pipeline #13600889 failed
Loading
Loading
@@ -3,7 +3,7 @@ go_unittests:
stage: validate
needs: []
script:
- go get gotest.tools/gotestsum
- go install gotest.tools/gotestsum@latest || go get gotest.tools/gotestsum
- gotestsum --junitfile report.xml --format testname
artifacts:
when: always
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment