-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Rename realm occurrences to Atlas App Services & update Go version #4
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
Conversation
@@ -7,6 +7,10 @@ COVERAGE=coverage.out | |||
export PATH := ./bin:$(PATH) |
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.
are we using COVERAGE?
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.
GOLANCI_VERSION can be updated to v1.62.2 as in TF repo
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.
are we using COVERAGE?
yes
GOLANCI_VERSION can be updated to v1.62.2 as in TF repo
done
|
||
go 1.18 | ||
go 1.23 |
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.
as this is a module to be used by other programs, consider defining toolchain
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.
@lantoli can you educate me a bit on what exactly is the benefit of that?
Also, can you confirm if the latest version of toolchain should be used? I've added 1.23.1 for now
Proposed changes
**There are still some remaining occurrences in the codebase which will be removed in follow-up PRs of setting up this repository.
Jira ticket: CLOUDP-273338
Closes #[issue number]
Checklist
make fmt
and formatted my codeFurther comments