Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Go
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
to be continuous...
Go
Commits
40065b4a
Commit
40065b4a
authored
3 years ago
by
Girija Saint Ange
Browse files
Options
Downloads
Patches
Plain Diff
fix: Suffix version for go install command
parent
0e6309e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-golang.yml
+2
-2
2 additions, 2 deletions
templates/gitlab-ci-golang.yml
with
2 additions
and
2 deletions
templates/gitlab-ci-golang.yml
+
2
−
2
View file @
40065b4a
...
...
@@ -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 -
}
...
...
@@ -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 -
}
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
ed4bbbe8
·
2 years ago
mentioned in commit
ed4bbbe8
mentioned in commit ed4bbbe8a369d88d62188b8bbaa85f13e8da6788
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment