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/