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

refactor: use go run @latest syntax #38

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

michaeladler
Copy link
Member

Description

The @latest syntax has been added in Go 1.16 and prevents go.mod from being modified. We can therefore omit the invocation of go mod tidy.

Issues Addressed

List and link all the issues addressed by this PR.

Change Type

Please select the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the CONTRIBUTING document.
  • My changes adhere to the established code style, patterns, and best practices.
  • I have added tests that demonstrate the effectiveness of my changes.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry in the CHANGELOG to document my changes (if applicable).

The @latest syntax has been added in Go 1.16 and prevents go.mod from
being modified. We can therefore omit the invocation of `go mod tidy`.

Signed-off-by: Michael Adler <[email protected]>
@michaeladler michaeladler requested review from stormc and removed request for stormc August 31, 2023 12:36
@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #38 (3bc475a) into main (53a9b5f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   77.66%   77.66%           
=======================================
  Files          79       79           
  Lines        3027     3027           
=======================================
  Hits         2351     2351           
  Misses        497      497           
  Partials      179      179           

@stormc stormc merged commit a320b96 into siemens:main Sep 1, 2023
13 checks passed
@michaeladler michaeladler deleted the style/justfile branch September 14, 2023 07:33
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.

2 participants