bump: go version -> 1.20.X

This commit is contained in:
Mohamed Sohail 2023-02-24 16:48:23 +00:00
parent add7f2a442
commit 010ba8c2cb
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.19 go-version: 1.20.1
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2

View File

@ -1,4 +1,4 @@
FROM golang:1.19-bullseye as build FROM golang:1.20-bullseye as build
WORKDIR /build WORKDIR /build
COPY . . COPY . .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/grassrootseconomics/cic-custodial module github.com/grassrootseconomics/cic-custodial
go 1.19 go 1.20
require ( require (
github.com/VictoriaMetrics/metrics v1.23.1 github.com/VictoriaMetrics/metrics v1.23.1