This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
fb46ae870c
open-consul
/
build-support
/
docker
/
Build-Go.dockerfile
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update go version to 1.19
2022-10-21 14:31:09 +00:00
ARG GOLANG_VERSION=1.19.2
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