Update docker and CI to go1.20

This commit is contained in:
Hector Sanjuan 2023-08-10 18:07:12 +02:00
parent a904da3083
commit d58c29151d
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master, dependency-upgrades ]
env:
GO: 1.19
GO: 1.20.7
jobs:
tests-all:

View File

@ -1,4 +1,4 @@
FROM golang:1.19-buster AS builder
FROM golang:1.20-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds and runs ipfs-cluster-service.

View File

@ -1,4 +1,4 @@
FROM golang:1.19-buster AS builder
FROM golang:1.20-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds cluster and runs it along with kubo.

View File

@ -1,4 +1,4 @@
FROM golang:1.19-buster AS builder
FROM golang:1.20-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This build state just builds the cluster binaries