From f6453aa871ffeebd00f9992a1b20b80a32fc28fa Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Fri, 5 Apr 2024 12:03:56 +0200 Subject: [PATCH] go v1.22 for CI and docker --- .github/workflows/checks.yml | 4 ++-- Dockerfile | 2 +- Dockerfile.tee | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e03d3b6..7a7c996 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: ^1.20 + go-version: ^1.22 id: go - name: Checkout code @@ -45,7 +45,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: ^1.20 + go-version: ^1.22 id: go - name: Checkout code diff --git a/Dockerfile b/Dockerfile index aa10cfe..d21d86d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.20 as builder +FROM golang:1.22 as builder ARG VERSION WORKDIR /build ADD . /build/ diff --git a/Dockerfile.tee b/Dockerfile.tee index 0fcbaa3..09d7019 100644 --- a/Dockerfile.tee +++ b/Dockerfile.tee @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.20 as builder +FROM golang:1.22 as builder ARG VERSION WORKDIR /build ADD . /build/