Revert "Test with go 1.18"

This reverts commit 9e6428cb1fec27e56f88dbc6f1cca219b035431a.
This commit is contained in:
Hector Sanjuan 2022-05-05 20:23:51 +02:00
parent a559b137c1
commit cef51c2129
4 changed files with 4 additions and 4 deletions

View File

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

View File

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