From f32bbca5a79094447b085c275e8faa1a81a716c0 Mon Sep 17 00:00:00 2001 From: Matthew Whitehead Date: Fri, 13 Sep 2024 10:45:22 +0100 Subject: [PATCH] Update dockerfile and CI to 1.22 Signed-off-by: Matthew Whitehead --- .github/workflows/go.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 736bcbd..05645b0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.21" + go-version: "1.22" check-latest: true - name: Build and Test diff --git a/Dockerfile b/Dockerfile index 890bab1..87b89c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye AS builder +FROM golang:1.22-bullseye AS builder ARG BUILD_VERSION ENV BUILD_VERSION=${BUILD_VERSION} ADD . /ffsigner