Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 5, 2022

Bumps golang from 1.18 to 1.19.2.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps golang from 1.18 to 1.19.2.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 5, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #7 (8476d1e) into main (82e1e26) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   73.46%   73.46%           
=======================================
  Files          17       17           
  Lines        1771     1771           
=======================================
  Hits         1301     1301           
  Misses        404      404           
  Partials       66       66           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2022

Superseded by #16.

@dependabot dependabot bot closed this Nov 2, 2022
@dependabot dependabot bot deleted the dependabot/docker/golang-1.19.2 branch November 2, 2022 00:45
qbarrand added a commit that referenced this pull request Jun 2, 2023
…ment. (#7)

Among the consequences of vendoring dependencies is the fact that we cannot go install any package from the internet.
We have to either:
- list the code of the package as a dependency and vendor it, even though the operator does not use it, or;
- install the binary we need through other means.

This commit installs golangci-lint by downloading it from the GitHub release.
qbarrand added a commit that referenced this pull request Jun 2, 2023
… environment. (#7)"

This reverts commit 789273c.
golangci-lint will be reliably installed in the CI environment.
We will use the GOLANGCI_LINT environment variable to inject the path to
the binary when running that target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants