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

Configure circleci config #13

Merged
merged 4 commits into from
Sep 9, 2022
Merged

Configure circleci config #13

merged 4 commits into from
Sep 9, 2022

Conversation

QuentinBisson
Copy link
Contributor

@QuentinBisson QuentinBisson self-assigned this Sep 8, 2022
@QuentinBisson QuentinBisson requested a review from a team as a code owner September 8, 2022 08:23
@QuentinBisson QuentinBisson force-pushed the update-circleci-config branch 11 times, most recently from 859bf7e to f037ca4 Compare September 8, 2022 10:28
@QuentinBisson QuentinBisson force-pushed the update-circleci-config branch 5 times, most recently from 2d6a2bb to 9b387b6 Compare September 8, 2022 10:54
Copy link
Member

@TheoBrigitte TheoBrigitte left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for splitting this.

github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
Copy link
Member

Choose a reason for hiding this comment

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

👍

- go-build
filters:
tags:
only: /^v.*/
Copy link
Member

Choose a reason for hiding this comment

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

What about the EOF here ? Please keep it

@@ -1,3 +1,4 @@
//go:build tools
Copy link
Member

Choose a reason for hiding this comment

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

What is this line for ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This lines tells go that the imports in this file are not to be added to the go modules as they are build dependencies.
This file had // +build tools earlier so go generate can work but circleci requires //go:build tools

Copy link
Member

Choose a reason for hiding this comment

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

I think this might be because we might have different go version here and in CI

@QuentinBisson QuentinBisson merged commit 1d2934d into main Sep 9, 2022
@QuentinBisson QuentinBisson deleted the update-circleci-config branch September 9, 2022 07:13
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