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>
This commit is contained in:
Wenkai Yin(尹文开)
2022-02-18 16:10:43 +08:00
parent 1236a38daf
commit b20bbdaa80

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.17
FROM golang:1.17.7
ARG GOPROXY