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

build(go): update Go version to 1.23 #57

Merged
merged 6 commits into from
Sep 17, 2024
Merged

build(go): update Go version to 1.23 #57

merged 6 commits into from
Sep 17, 2024

Conversation

tdabasinskas
Copy link
Member

Upgraded the Go version specified in go.mod from 1.22 to 1.23 to ensure compatibility with the latest language features and improvements.

Upgraded the Go version specified in go.mod from 1.22 to 1.23 to ensure compatibility with the latest language features and improvements.
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.15%. Comparing base (20fa55e) to head (2be7f7b).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   97.15%   97.15%           
=======================================
  Files          11       11           
  Lines         211      211           
=======================================
  Hits          205      205           
  Misses          3        3           
  Partials        3        3           

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

Upgrade golangci-lint-action to v6.1.0 and the linter version to v1.61. This update ensures we're using the latest features and bug fixes in our CI pipeline.
Changed the output format from 'github-actions' to 'colored-line-number' for better readability in local development environments. This change allows for more visually distinct linter output when running golangci-lint locally.
Remove redundant nil checks for options.Fields and options.Order slices. The len() function already returns 0 for nil slices, making the additional nil check unnecessary.
@tdabasinskas tdabasinskas merged commit 11245c6 into main Sep 17, 2024
8 checks passed
@tdabasinskas tdabasinskas deleted the bump_go branch September 17, 2024 11:23
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.

1 participant