This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
mirror of
https://github.com/status-im/consul.git
Watch
2
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
a3973a82ae
consul
/
build-support
/
docker
/
Build-Go.dockerfile
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[OSS] security: update go to 1.20.1 (#16263) * security: update go to 1.20.1
2023-02-17 20:04:12 +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