Update to go1.18

This commit is contained in:
Hector Sanjuan 2022-05-05 23:05:08 +02:00
parent 72050c1e59
commit bc6fe29d8b
5 changed files with 5 additions and 5 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

2
go.mod
View File

@ -231,4 +231,4 @@ require (
lukechampine.com/blake3 v1.1.7 // indirect
)
go 1.17
go 1.18