Test with go 1.18

This commit is contained in:
Hector Sanjuan 2022-05-05 20:15:32 +02:00
parent 66bf7d44bf
commit a559b137c1
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.17-buster AS builder
FROM golang:1.18-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.17-buster AS builder
FROM golang:1.18-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds cluster and runs it along with go-ipfs.

View File

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