Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
cdd74514
Unverified
Commit
cdd74514
authored
May 13, 2020
by
Janoš Guljaš
Committed by
GitHub
May 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
downgrade golangci-lint to v1.24.0 (#183)
* downgrade golangci-lint to v1.24.0, set GO111MODULE in github actions
parent
1bf0e99b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
go.yml
.github/workflows/go.yml
+3
-1
Makefile
Makefile
+1
-1
No files found.
.github/workflows/go.yml
View file @
cdd74514
...
@@ -44,7 +44,9 @@ jobs:
...
@@ -44,7 +44,9 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-build-
${{ runner.OS }}-
${{ runner.OS }}-
-
name
:
Setup GolangCI-Lint
-
name
:
Setup GolangCI-Lint
run
:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
run
:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
env
:
GO111MODULE
:
on
working-directory
:
~
working-directory
:
~
-
name
:
Lint
-
name
:
Lint
run
:
make lint
run
:
make lint
...
...
Makefile
View file @
cdd74514
GO
?=
go
GO
?=
go
GOLANGCI_LINT
?=
golangci-lint
GOLANGCI_LINT
?=
golangci-lint
GOLANGCI_LINT_VERSION
?=
v1.2
6
.0
GOLANGCI_LINT_VERSION
?=
v1.2
4
.0
LDFLAGS
?=
-s
-w
LDFLAGS
?=
-s
-w
ifdef
COMMIT
ifdef
COMMIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment