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 missing places that was using go1.20 #1163

Merged
merged 7 commits into from
Oct 11, 2023
Merged

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Oct 11, 2023

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b8b3b21) 49.34% compared to head (970636b) 49.34%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1163   +/-   ##
=======================================
  Coverage   49.34%   49.34%           
=======================================
  Files          44       44           
  Lines        3640     3640           
=======================================
  Hits         1796     1796           
  Misses       1614     1614           
  Partials      230      230           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpanato cpanato requested a review from imjasonh October 11, 2023 15:05
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
go-version: '1.21'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
go-version: '1.21'
go-version-file: 'go.mod'

This keeps it up to date as we update go.mod, and prevents future update PRs like this.

.github/workflows/sbom.yaml Outdated Show resolved Hide resolved
.goreleaser.yml Outdated
@@ -30,7 +30,7 @@ kos:
- id: ko-image
build: binary
main: .
base_image: golang:1.20
base_image: golang:1.21
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
base_image: golang:1.21
base_image: golang:latest

imjasonh
imjasonh previously approved these changes Oct 11, 2023
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
@imjasonh imjasonh merged commit 277f5d7 into ko-build:main Oct 11, 2023
21 checks passed
@cpanato cpanato deleted the update-go branch October 11, 2023 16:38
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.

3 participants