mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-21 13:56:47 +01:00
bump: go version -> 1.20.X
This commit is contained in:
parent
add7f2a442
commit
010ba8c2cb
2
.github/workflows/binary_release.yaml
vendored
2
.github/workflows/binary_release.yaml
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-bullseye as build
|
||||
FROM golang:1.20-bullseye as build
|
||||
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user