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

Bump golang from b203dc5 to 1c3d22f #649

Merged
merged 1 commit into from Jun 16, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps golang from b203dc5 to 1c3d22f.

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 `b203dc5` to `1c3d22f`.

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

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 Jun 16, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #649 (53b1936) into main (ce8d2fb) will decrease coverage by 0.48%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #649      +/-   ##
==========================================
- Coverage   62.02%   61.54%   -0.49%     
==========================================
  Files          29       29              
  Lines        1646     1646              
==========================================
- Hits         1021     1013       -8     
- Misses        552      558       +6     
- Partials       73       75       +2     
Impacted Files Coverage Δ
pkg/ca/fileca/watch.go 50.00% <0.00%> (-50.00%) ⬇️
pkg/ca/fileca/load.go 58.62% <0.00%> (-10.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce8d2fb...53b1936. Read the comment docs.

@haydentherapper
Copy link
Contributor

Why'd the hash change?

@cpanato
Copy link
Member

cpanato commented Jun 16, 2022

@dlorenc
Copy link
Member

dlorenc commented Jun 16, 2022

The docker official images do not treat tags as immutable. If the base image changes, they'll rebuild and push a new version of each golang container. The 1.18.3 tag just means they won't bump the version of go. Other dependencies in the base will change over time.

@haydentherapper
Copy link
Contributor

Thanks for the context! Just wanted to check this was intentional.

@cpanato cpanato merged commit 23ee9bc into main Jun 16, 2022
@cpanato cpanato deleted the dependabot/docker/golang-1c3d22f branch June 16, 2022 17:56
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.

None yet

4 participants