This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
consul
mirror of
https://github.com/hashicorp/consul
Watch
1
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
9e88415e4d
consul
/
build-support
/
docker
/
Build-Go.dockerfile
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Backport of [OSS] security: update go to 1.20.1 into release/1.15.x (#16314) * backport of commit 2a8cdf1747ca0868c6d9892a56b3a3f444773946 * backport of commit 716d1620485cbc7c0f0522bfa297aec0aebba2f9 * backport of commit 2c757fac4f414b28d0c16df5be4a991071146ce8 * backport of commit f81c5d4933b9d22b9a14461572fa829fc9f8cd61 * backport of commit ff4f0596f3c17a55068d66bfef3389f1eb17731b * backport of commit 31bbca9fe4eb3cea81594e4e1ea182cb5f889d44 * backport of commit 2f541913535b3ce040a2becf6f4579916dcdc0f5 * backport of commit c263147180ffd3aea68fe813d44d40d5426e891d --------- Co-authored-by: DanStough <dan.stough@hashicorp.com>
2023-02-17 21:00:25 +00:00
ARG GOLANG_VERSION=1.20.1
Initial progress on build system updates
2018-06-08 14:20:54 +00:00
FROM golang:${GOLANG_VERSION}
remove remaining references to govendor and vendorfmt (#5587)
2019-04-01 14:55:48 +00:00
WORKDIR /consul