Bump golang in /vertical-pod-autoscaler/pkg/admission-controller
Bumps golang from 1.24.1 to 1.24.2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
dc91330f6a
commit
4a1b362ca5
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.24.2 AS builder
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
|
|
Loading…
Reference in New Issue