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

remove go install tools and replace to use in the gh action and update base image #191

Merged
merged 8 commits into from Jun 21, 2022

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Jun 17, 2022

  • remove go install tools and replace to use in the gh action
  • update base image to alpine:3.16
  • add dedicate golangci-lint job

Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jun 17, 2022
Signed-off-by: cpanato <ctadeu@gmail.com>
@cpanato cpanato changed the title remove some go install tools and replace to use in the gh action and update base image remove go install tools and replace to use in the gh action and update base image Jun 17, 2022
@cpanato cpanato marked this pull request as ready for review June 17, 2022 14:12
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.18'
Copy link
Member

Choose a reason for hiding this comment

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

BTW, this can point to the mod-file and select version automagically based on that: https://github.com/actions/setup-go#getting-go-version-from-the-gomod-file

Copy link
Member Author

Choose a reason for hiding this comment

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

done, thanks @davidkarlsen PTAL

Copy link
Member

@davidkarlsen davidkarlsen left a comment

Choose a reason for hiding this comment

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

lgtm

Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
@cpanato cpanato merged commit 1e658d6 into helm:main Jun 21, 2022
@cpanato cpanato deleted the update branch June 21, 2022 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants