Loading templates/gitlab-ci-golang.yml +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ stages: function install_go_junit_report() { cd "$(mktemp -d)" go mod init go-junit-report go install github.com/jstemmer/go-junit-report go install github.com/jstemmer/go-junit-report@latest cd - } Loading @@ -149,7 +149,7 @@ stages: function install_go_mod_outdated() { cd "$(mktemp -d)" go mod init go-mod-outdated go install github.com/psampaz/go-mod-outdated go install github.com/psampaz/go-mod-outdated@latest cd - } Loading Loading
templates/gitlab-ci-golang.yml +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ stages: function install_go_junit_report() { cd "$(mktemp -d)" go mod init go-junit-report go install github.com/jstemmer/go-junit-report go install github.com/jstemmer/go-junit-report@latest cd - } Loading @@ -149,7 +149,7 @@ stages: function install_go_mod_outdated() { cd "$(mktemp -d)" go mod init go-mod-outdated go install github.com/psampaz/go-mod-outdated go install github.com/psampaz/go-mod-outdated@latest cd - } Loading