-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: match Scalingo best practice #55
Conversation
b470a39
to
483bb95
Compare
"github.com/docker/go-plugins-helpers/sdk" | ||
"github.com/sirupsen/logrus" | ||
|
||
"github.com/Scalingo/go-plugins-helpers/sdk" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is needed so that the specs use the function createPluginSpecDirUnix
we updated. Our version of the function use an environment variable PLUGIN_SPEC_DIR
in the specs.
github.com/Microsoft/go-winio v0.6.2 | ||
github.com/Scalingo/go-handlers v1.8.2 | ||
github.com/Scalingo/go-utils/logger v1.4.0 | ||
github.com/coreos/go-systemd/v22 v22.5.0 | ||
github.com/docker/docker v23.0.8+incompatible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update this dependency in a dedicated PR as it requires multiple new major versions (#56).
@@ -1,50 +1,32 @@ | |||
module github.com/Scalingo/go-plugins-helpers | |||
|
|||
go 1.20 | |||
go 1.23.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the latest version installed on our servers.
483bb95
to
41f69b8
Compare
… rather than upstream one
41f69b8
to
b418de2
Compare
I also removed the CodeShip CI as we can now use GitHub Actions here.
Related to STORY-270