From 2f20e7ea763f41342436aebd686885624d5d5d4a Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Fri, 26 Apr 2024 07:24:07 +0100 Subject: [PATCH] Bump Go versions. --- .github/workflows/ci.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd84c1e..c80a9cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Setup uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: 1.19.x + go-version: 1.22.x cache: true - name: Test diff --git a/Dockerfile b/Dockerfile index 8f9cca1..31c5110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19 as builder +FROM golang:1.22 as builder ARG TARGETOS ARG TARGETARCH