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 Golang versions for CircleCI #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

swagile1
Copy link
Contributor

No description provided.

@swagile1 swagile1 requested a review from mdrohmann June 10, 2024 23:03
@swagile1 swagile1 force-pushed the swarden/update-go-circleci-version branch from 224d4e7 to 5cfad72 Compare June 10, 2024 23:19
Comment on lines +12 to +18
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)

Choose a reason for hiding this comment

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

Is tat correct? There are now two require(..) blocks?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think go mod separates direct and indirect dependencies into distinct blocks. This is the first time I've seen it though.

@mdrohmann mdrohmann changed the base branch from master to swarden/update-go-circleci-version July 8, 2024 21:56
@mdrohmann mdrohmann changed the base branch from swarden/update-go-circleci-version to master July 8, 2024 21:57
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