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

Circleci to actions #15

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Conversation

AlexNDRmac
Copy link
Contributor

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
@@ -0,0 +1,40 @@
name: CI
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we name the file ci.yml as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure :)

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the go.mod file we are using 1.12 currently.
Can you either update this here to also use 1.12 (not sure this is still supported by this action) or update the go version in the go.mod file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With go 1.12 tests was failed, so I've bumped version, because test package want's 1.20.
I'll try to update go version to 1.20

Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
@AlexNDRmac
Copy link
Contributor Author

AlexNDRmac commented Oct 6, 2023

all have done :)
you can see how it works in my fork

Copy link
Owner

@mstruebing mstruebing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great - thank you 🙏

@mstruebing mstruebing merged commit 39b1aea into mstruebing:master Oct 10, 2023
@AlexNDRmac AlexNDRmac deleted the circleci-to-actions branch October 12, 2023 18:20
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