Skip to content

Commit

Permalink
Merge pull request #1661 from ipfs/go1.18
Browse files Browse the repository at this point in the history
Update to go1.18
  • Loading branch information
hsanjuan committed May 5, 2022
2 parents a0da754 + ad34e2b commit a83f29c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master, dependency-upgrades ]

env:
GO: 1.17
GO: 1.18

jobs:
tests-all:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bundle
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-test
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -231,4 +231,4 @@ require (
lukechampine.com/blake3 v1.1.7 // indirect
)

go 1.17
go 1.18

0 comments on commit a83f29c

Please sign in to comment.