Update to Go Version 1.18.8

This commit is contained in:
Ian Davis 2022-11-23 18:51:48 +00:00
parent 4ae2d400d1
commit 2e04575654
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ executors:
golang: golang:
docker: docker:
# Must match GO_VERSION_MIN in project root # Must match GO_VERSION_MIN in project root
- image: cimg/go:1.18.1 - image: cimg/go:1.18.8
resource_class: 2xlarge resource_class: 2xlarge
ubuntu: ubuntu:
docker: docker:

View File

@ -6,7 +6,7 @@ executors:
golang: golang:
docker: docker:
# Must match GO_VERSION_MIN in project root # Must match GO_VERSION_MIN in project root
- image: cimg/go:1.18.1 - image: cimg/go:1.18.8
resource_class: 2xlarge resource_class: 2xlarge
ubuntu: ubuntu:
docker: docker:

View File

@ -1,4 +1,4 @@
FROM golang:1.18.1-buster AS builder-deps FROM golang:1.18.8-buster AS builder-deps
MAINTAINER Lotus Development Team MAINTAINER Lotus Development Team
RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev RUN apt-get update && apt-get install -y ca-certificates build-essential clang ocl-icd-opencl-dev ocl-icd-libopencl1 jq libhwloc-dev

View File

@ -1 +1 @@
1.18.1 1.18.8