1
0
mirror of https://github.com/kubernetes/autoscaler.git synced 2025-02-06 13:39:34 +00:00

Bump golang in /vertical-pod-autoscaler/pkg/updater

Bumps golang from 1.23.5 to 1.23.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-05 18:54:04 +00:00 committed by GitHub
parent 6324acbf6e
commit 3ba0a7b6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.6 AS builder
WORKDIR /workspace