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 os and io packages instead of io/ioutil #2676

Merged
merged 1 commit into from Nov 21, 2021

Conversation

Clivern
Copy link
Contributor

@Clivern Clivern commented Nov 19, 2021

io/ioutil is deprecated so i replaced it according to https://golang.org/doc/go1.16#ioutil

@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Nov 19, 2021
@codecov
Copy link

codecov bot commented Nov 21, 2021

Codecov Report

Merging #2676 (0c4c800) into main (0e964a1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2676   +/-   ##
=======================================
  Coverage   84.68%   84.68%           
=======================================
  Files         102      102           
  Lines        7775     7775           
=======================================
  Hits         6584     6584           
  Misses        977      977           
  Partials      214      214           
Impacted Files Coverage Δ
internal/pipe/docker/docker.go 88.76% <100.00%> (ø)
internal/pipe/mattermost/mattermost.go 79.45% <100.00%> (ø)

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 0e964a1...0c4c800. Read the comment docs.

@caarlos0 caarlos0 merged commit c0e5e3b into goreleaser:main Nov 21, 2021
@caarlos0
Copy link
Member

neat, thanks!

caarlos0 added a commit that referenced this pull request Nov 21, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants