mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #109] [MERGED] github/workflows/main: compile golangci-lint on the fly #346
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/109
Author: @fsouza
Created: 10/24/2019
Status: ✅ Merged
Merged: 10/24/2019
Merged by: @fsouza
Base:
master← Head:speed-up-lint📝 Commits (2)
a6e874agithub/workflows/main: compile golangci-lint on the fly86acfb1github/workflows/main: golangci-lint the hard way📊 Changes
1 file changed (+13 additions, -7 deletions)
View changed files
📝
.github/workflows/main.yml(+13 -7)📄 Description
golangci-lint can be quickly installed using go modules, and that should
be faster. Without this change, our deps are getting downloaded twice.
While golangci-lint does have more dependencies than fake-gcs-server,
I'm banking on the fact that we won't need to download golangci-lint's
Docker image and this should speed things up :D
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.