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

consistently use go 1.17 throughout repository #161

Merged
merged 2 commits into from
May 2, 2022

Conversation

joelanford
Copy link
Member

Signed-off-by: Joe Lanford joe.lanford@gmail.com

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
@coveralls
Copy link

coveralls commented May 2, 2022

Pull Request Test Coverage Report for Build 2260072380

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.616%

Totals Coverage Status
Change from base Build 2156871657: 0.0%
Covered Lines: 1562
Relevant Lines: 1743

💛 - Coveralls

Copy link
Contributor

@everettraven everettraven left a comment

Choose a reason for hiding this comment

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

Just one nit on the actions.

with:
go-version: ~1.17
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Lint
uses: golangci/golangci-lint-action@v2
Copy link
Contributor

Choose a reason for hiding this comment

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

If we were to update to golangci/golangci-lint-action@v3 it would use the existing installed go version that was setup with the actions/setup-go@v2

I think it may be worth it to upgrade this so that we wouldn't have to handle updating the with.version. What do you think?

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Copy link
Contributor

@everettraven everettraven left a comment

Choose a reason for hiding this comment

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

LGTM

@joelanford joelanford merged commit 525fada into operator-framework:main May 2, 2022
@joelanford joelanford deleted the go-1.17-consistency branch May 2, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants