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

patch(deps): bump golang version to 1.22.1 and bump github.com/jjliggett/jjversion from 0.5.69 to 0.5.71 #116

Merged
1 commit merged into from
Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps github.com/jjliggett/jjversion from 0.5.69 to 0.5.71.

Commits
  • 6646970 patch(deps): Update a few transitive dependencies (#343)
  • 852f393 patch(deps): bump golang from 1.22.0-alpine to 1.22.1-alpine (#296)
  • 80a61c6 ci(deps): bump devcontainers/ci from 0.3.1900000339 to 0.3.1900000347 (#342)
  • 3df4056 ci(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 (#340)
  • bcd690a ci(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#336)
  • d119524 ci(deps): bump ghcr.io/devcontainers/features/docker-outside-of-docker (#338)
  • 3888685 ci(deps): bump github/codeql-action from 3.24.5 to 3.24.6 (#339)
  • fa7b555 ci(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 (#337)
  • 073286c ci(deps): bump ghcr.io/devcontainers/features/docker-outside-of-docker (#335)
  • 81e5d62 ci(deps): bump github/codeql-action from 3.24.4 to 3.24.5 (#334)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 11, 2024
@dependabot dependabot bot requested a review from jjliggett March 11, 2024 13:38
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/jjliggett/jjversion-0.5.71 branch 2 times, most recently from ef054a0 to b13f169 Compare March 17, 2024 17:22
@jjliggett
Copy link
Owner

jjliggett commented Mar 18, 2024

This primarily relates to:

The go version needs to be updated to 1.22.1 -

##[debug]/usr/bin/pwsh -command ". '/home/runner/work/_temp/f275c17b-2f35-473a-b5a6-903e1834b5a9.ps1'"
total 72
drwxr-xr-x 6 runner docker  4096 Mar 17 17:33 .
drwxr-xr-x 3 runner docker  4096 Mar 17 17:33 ..
drwxr-xr-x 2 runner docker  4096 Mar 17 17:33 .devcontainer
drwxr-xr-x 8 runner docker  4096 Mar 17 17:33 .git
drwxr-xr-x 3 runner docker  4096 Mar 17 17:33 .github
-rw-r--r-- 1 runner docker    22 Mar 17 17:33 .gitignore
drwxr-xr-x 2 runner docker  4096 Mar 17 17:33 .vscode
-rw-r--r-- 1 runner docker   547 Mar 17 17:33 ATTRIBUTIONS.md
-rw-r--r-- 1 runner docker  1211 Mar 17 17:33 LICENSE.md
-rw-r--r-- 1 runner docker  1417 Mar 17 17:33 README.md
-rw-r--r-- 1 runner docker  1740 Mar 17 17:33 action.yaml
-rw-r--r-- 1 runner docker  1248 Mar 17 17:33 go.mod
-rw-r--r-- 1 runner docker 13388 Mar 17 17:33 go.sum
-rw-r--r-- 1 runner docker  1004 Mar 17 17:33 main.go
-rw-r--r-- 1 runner docker   229 Mar 17 17:33 versioning.yaml
Building jjversion
go: downloading github.com/jjliggett/jjversion v0.5.71
go: github.com/jjliggett/jjversion@v0.5.71 requires go >= 1.22.1 (running go 1.22.0)
Error: Process completed with exit code 1.

image

https://github.com/jjliggett/jjversion-gha-output/actions/runs/8317101982/job/22757569075?pr=116

Bumps [github.com/jjliggett/jjversion](https://github.com/jjliggett/jjversion) from 0.5.69 to 0.5.71.
- [Release notes](https://github.com/jjliggett/jjversion/releases)
- [Commits](jjliggett/jjversion@v0.5.69...v0.5.71)

---
updated-dependencies:
- dependency-name: github.com/jjliggett/jjversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@jjliggett jjliggett force-pushed the dependabot/go_modules/github.com/jjliggett/jjversion-0.5.71 branch from b13f169 to 7b5c3d2 Compare March 18, 2024 03:07
@jjliggett jjliggett changed the title patch(deps): bump github.com/jjliggett/jjversion from 0.5.69 to 0.5.71 patch(deps): bump golang version to 1.22.1 and bump github.com/jjliggett/jjversion from 0.5.69 to 0.5.71 Mar 18, 2024
@jjliggett jjliggett closed this pull request by merging all changes into root in 7b5c3d2 Mar 18, 2024
@jjliggett jjliggett deleted the dependabot/go_modules/github.com/jjliggett/jjversion-0.5.71 branch March 18, 2024 03:11
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant