-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add new DevOps agent for Golang 1.16 #32
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,6 +427,9 @@ Agent: | |
Golang: | ||
Image: builder-go | ||
Tag: v3.1.0 | ||
golang16: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. golang16 --> Golang16 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for you patient review! In fact, helm recommends that variable name should begin with a lowercase letter, and words should be separated with camelcase, please see https://helm.sh/docs/chart_best_practices/values/. Meanwhile, we have plan to refine other variable names in Jenkins charts, please see issue #26 I've submitted before. But now, I agree with you to keep the naming style of variable name same with others. I will change them later, and thank you for pointing out this again. |
||
image: builder-go | ||
tag: v3.2.0-alpha.01.16 | ||
ContainerRuntime: docker # Available values: docker, podman | ||
|
||
Persistence: | ||
|
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.
golang16 -- > Golang16