diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index b67665d37..9a51b914f 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -22,6 +22,6 @@ jobs: - id: govulncheck uses: golang/govulncheck-action@v1 with: - go-version-input: 1.21.4 + go-version-input: 1.21.5 go-version-file: go.mod diff --git a/Dockerfile b/Dockerfile index bbf922147..777ab0354 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2 -ARG golang_image=public.ecr.aws/docker/library/golang:1.21.4 +ARG golang_image=public.ecr.aws/docker/library/golang:1.21.5 FROM --platform=$BUILDPLATFORM $golang_image AS builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-iam-authenticator