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

build(deps): bump actions/setup-go from 1 to 2.1.4 #799

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2021

Bumps actions/setup-go from 1 to 2.1.4.

Release notes

Sourced from actions/setup-go's releases.

v2.1.4

What's Changed

New Contributors

Full Changelog: actions/setup-go@v2.1.3...v2.1.4

v2.1.3

  • Updated communication with runner to use environment files rather then workflow commands

v2.1.2

This release includes vendored licenses for this action's npm dependencies.

v2.1.1

Switch to main branch of go-versions repository to consume latest added versions

v2.1.0

Go binaries are downloaded from go-versions releases with a read through to the go dist source on miss.

v2.0.3

Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs output go env in expanding block

v2.0.2 (beta)

Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed) e2e workflow to validate downloading versions problem matchers with less false hits output final resolved version to logs

v2.0.1 (beta)

Still a v2 beta Proxy support Bug fixes with semver matching add bin to the path stable option so you can specify not stable versions. Test coverage including mocking to cover actions code arcs (no internet needed)

... (truncated)

Commits
  • 331ce1d Merge pull request #141 from paulcacheux/fix-windows-extractor-selection
  • 1087a81 Merge pull request #146 from actions/joshmgross/add-release-workflow
  • ecd878f Add release action version workflow
  • bba6fe1 Fix extractor selection on windows
  • 3b4dc6c Merge pull request #90 from actions/joshmgross/add-codeowners
  • afe68ff Add CODEOWNERS
  • 37335c7 Swap to Environment Files (#76)
  • 7ff6287 Merge pull request #70 from thboop/main
  • 084110f Ignore Generated Files in Git PR's
  • 4047b11 Manually review dependencies
  • Additional commits viewable in compare view

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 [actions/setup-go](https://github.com/actions/setup-go) from 1 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v1...v2.1.4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 8, 2021 13:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 8, 2021
@codecov
Copy link

codecov bot commented Sep 8, 2021

Codecov Report

Merging #799 (b856c0d) into master (0f04942) will increase coverage by 4.65%.
The diff coverage is 62.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #799      +/-   ##
==========================================
+ Coverage   49.27%   53.92%   +4.65%     
==========================================
  Files          23       23              
  Lines        2401     2674     +273     
==========================================
+ Hits         1183     1442     +259     
+ Misses       1090     1086       -4     
- Partials      128      146      +18     
Impacted Files Coverage Δ
pkg/container/docker_build.go 0.00% <0.00%> (ø)
pkg/container/docker_run.go 1.77% <0.00%> (-0.16%) ⬇️
pkg/common/git.go 52.85% <30.15%> (-6.94%) ⬇️
pkg/runner/runner.go 68.96% <33.33%> (-7.51%) ⬇️
pkg/model/planner.go 52.14% <43.33%> (+19.06%) ⬆️
pkg/model/workflow.go 51.08% <62.68%> (+25.37%) ⬆️
pkg/container/docker_pull.go 36.17% <64.70%> (+17.98%) ⬆️
pkg/runner/expression.go 85.38% <71.87%> (-1.26%) ⬇️
pkg/runner/step_context.go 78.92% <79.90%> (+9.97%) ⬆️
pkg/runner/run_context.go 80.36% <98.55%> (+3.95%) ⬆️
... and 7 more

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 12928a0...b856c0d. Read the comment docs.

@mergify mergify bot requested a review from a team September 8, 2021 14:12
@mergify
Copy link
Contributor

mergify bot commented Sep 8, 2021

@dependabot[bot] this pull request has failed checks 🛠

@mergify mergify bot added needs-work Extra attention is needed and removed needs-work Extra attention is needed labels Sep 8, 2021
@mergify mergify bot added needs-work Extra attention is needed and removed needs-work Extra attention is needed labels Sep 26, 2021
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 github_actions Pull requests that update Github_actions code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants