Bump Go to 1.21

This commit is contained in:
Hector Sanjuan 2023-12-06 12:55:48 +01:00
parent c6f97fd637
commit e2b36b97b7
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20-bullseye AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21-bullseye AS builder
MAINTAINER Hector Sanjuan <code@hector.link>
# This dockerfile builds and runs ipfs-cluster-service.

View File

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