Pin the golang version to patch version for the image used by make
Pin the golang version to patch version for the image used by make Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>pull/4668/head
parent
1236a38daf
commit
b20bbdaa80
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.17
|
FROM golang:1.17.7
|
||||||
|
|
||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue