Skip to content
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

Merged
merged 7 commits into from
Feb 11, 2025
Merged

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Feb 11, 2025

I also removed the CodeShip CI as we can now use GitHub Actions here.

Related to STORY-270

@EtienneM EtienneM self-assigned this Feb 11, 2025
@EtienneM EtienneM changed the base branch from master to deps/sync_upstream February 11, 2025 09:53
Copy link

Endpoint creation

@EtienneM EtienneM force-pushed the deps/go_dependencies branch 8 times, most recently from b470a39 to 483bb95 Compare February 11, 2025 10:49
"github.com/docker/go-plugins-helpers/sdk"
"github.com/sirupsen/logrus"

"github.com/Scalingo/go-plugins-helpers/sdk"
Copy link
Member Author

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
Copy link
Member Author

@EtienneM EtienneM Feb 11, 2025

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
Copy link
Member Author

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.

Base automatically changed from deps/sync_upstream to master February 11, 2025 15:58
@EtienneM EtienneM force-pushed the deps/go_dependencies branch from 483bb95 to 41f69b8 Compare February 11, 2025 15:59
@EtienneM EtienneM marked this pull request as ready for review February 11, 2025 16:02
@EtienneM EtienneM force-pushed the deps/go_dependencies branch from 41f69b8 to b418de2 Compare February 11, 2025 16:02
@EtienneM EtienneM merged commit cbff423 into master Feb 11, 2025
4 checks passed
@EtienneM EtienneM deleted the deps/go_dependencies branch February 11, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants