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
e84b8909fe
open-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