Merge pull request #76 from infosiftr/go-bump

Bump go version to 1.20
This commit is contained in:
Tianon Gravi 2023-05-04 22:51:34 +00:00 committed by GitHub
commit a67d6088ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18-bullseye AS build
FROM golang:1.20-bullseye AS build
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

View File

@ -1,4 +1,4 @@
FROM golang:1.18-bullseye
FROM golang:1.20-bullseye
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

View File

@ -1,4 +1,4 @@
FROM golang:1.18-bullseye
FROM golang:1.20-bullseye
SHELL ["bash", "-Eeuo", "pipefail", "-xc"]

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/docker-library/bashbrew
go 1.18
go 1.20
require (
github.com/containerd/containerd v1.6.19