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

Update CI to support Go 1.19 #904

Merged
merged 5 commits into from
Aug 4, 2022
Merged

Conversation

alemorcuq
Copy link
Collaborator

@alemorcuq alemorcuq commented Aug 4, 2022

Description of the change

  • Run the CI using the latest versions from Go (1.18.5 and 1.19).
  • Remove Go 1.17 from the CI as it is not maintained.
  • Use Go 1.18.5 as the release version.
  • Update several CI/CD tools.

Benefits

  • Up to date CI/CD
  • More secure releases

@@ -8,16 +8,16 @@
// This example will make it possible to set the default of --my_flag also via the MY_PROG_MY_FLAG
// env var:
//
// var myflag = flag.String("my_flag", "", "some flag")
// var myflag = flag.String("my_flag", "", "some flag")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this a tabs vs spaces thing?
why dd this change?

Copy link
Collaborator Author

@alemorcuq alemorcuq Aug 4, 2022

Choose a reason for hiding this comment

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

This was automatic formatting by goimports, which is one of the linting tools we use. The linting job was failing so I run goimports over the code.

Copy link
Collaborator

Choose a reason for hiding this comment

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

ok

@josvazg josvazg merged commit f918a1f into bitnami-labs:main Aug 4, 2022
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.

None yet

2 participants