diff --git a/.github/workflows/binary_release.yaml b/.github/workflows/binary_release.yaml index 849341a..5b4912a 100644 --- a/.github/workflows/binary_release.yaml +++ b/.github/workflows/binary_release.yaml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.20.1 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/Dockerfile b/Dockerfile index f9a4b69..1bca9c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-bullseye as build +FROM golang:1.20-bullseye as build WORKDIR /build COPY . . diff --git a/go.mod b/go.mod index a0082f7..23ceeff 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/grassrootseconomics/cic-custodial -go 1.19 +go 1.20 require ( github.com/VictoriaMetrics/metrics v1.23.1