mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
3b111277ad
ci: Set Go version consistently via .go-version Ensure Go version is determined consistently for CI and Docker builds rather than spread across several different files. The intent is to eventually replace this with use of the `toolchain` directive in Go 1.21.
8 lines
135 B
Docker
8 lines
135 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
ARG GOLANG_VERSION
|
|
FROM golang:${GOLANG_VERSION}
|
|
|
|
WORKDIR /consul
|