Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
danet
goSDN
Commits
ef527d42
Commit
ef527d42
authored
2 years ago
by
Andre Sterba
Committed by
Fabian Seidl
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update development tools
See merge request
!354
parent
1825264d
No related branches found
No related tags found
2 merge requests
!354
Update development tools
,
!333
WIP: Develop
Pipeline
#109926
failed
2 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-5
5 additions, 5 deletions
Makefile
with
5 additions
and
5 deletions
Makefile
+
5
−
5
View file @
ef527d42
...
...
@@ -19,11 +19,11 @@ pre:
install-tools
:
@
echo
Install development tooling
mkdir
-p
$(
GOSDN_PRG
)
export
GOBIN
=
$(
GOSDN_PRG
)
&&
go
install
gotest.tools/gotestsum@v1.
7.0
&&
\
go
install
github.com/golangci/golangci-lint/cmd/golangci-lint@v1.4
5.1
&&
\
go
install
github.com/vektra/mockery/v2@v2.1
1
.0
&&
\
go
install
github.com/openconfig/ygot/generator@v0.20.
0
&&
\
go
install
github.com/andresterba/go-ygot-generator-generator@v0.0.
1
export
GOBIN
=
$(
GOSDN_PRG
)
&&
go
install
gotest.tools/gotestsum@v1.
8.1
&&
\
go
install
github.com/golangci/golangci-lint/cmd/golangci-lint@v1.4
6.2
&&
\
go
install
github.com/vektra/mockery/v2@v2.1
4
.0
&&
\
go
install
github.com/openconfig/ygot/generator@v0.20.
2
&&
\
go
install
github.com/andresterba/go-ygot-generator-generator@v0.0.
2
@
echo
Finished installing development tooling
ci-install-tools
:
...
...
This diff is collapsed.
Click to expand it.
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