Closed dependabot[bot] closed 9 months ago
docker build/push 済み
node が古そうですね。
$ docker run -i pacificporter/golang:1.21.6-bullseye-18.18.0 bash
/root/.nodebrew/node/v14.21.3/bin/node --version
v14.21.3
go も古いですかね
$ docker run -i pacificporter/golang:1.21.6-bullseye-18.18.0 bash
go version
go version go1.20.3 linux/amd64
ありがとうございます。 手元のブランチを間違えていたようなので build/push をやり直してみます。
Bumps golang from 1.21.5-bullseye to 1.21.6-bullseye.
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