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
db82ffe503
consul
/
build-support
/
docker
/
Build-Go.dockerfile
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update go version to 1.18.1
2022-04-14 20:55:10 +00:00
ARG GOLANG_VERSION=1.18.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