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

Bumps golang from 1.24.0 to 1.24.1.

---
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-03-05 18:44:45 +00:00 committed by GitHub
parent 3fa4bab088
commit 5433dfaab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.24.0 AS builder
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS builder
WORKDIR /workspace