Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
GO_VERSION: '1.26.0'
GO_VERSION: '1.26.2'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GID=1000

FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.26.0-alpine3.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine3.22 AS builder
ARG UID
ARG GID

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-refresher
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GID=1000

FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.26.0-alpine3.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine3.22 AS builder
ARG UID
ARG GID

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/banzaicloud/imps

go 1.26.0
go 1.26.2

replace (
k8s.io/api => k8s.io/api v0.31.0
Expand Down
Loading