diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 736bcbdc..05645b03 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 890bab15..87b89c62 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