Merge pull request #4668 from ywk253100/220218_go

Pin the golang version to patch version for the image used by make
This commit is contained in:
Daniel Jiang
2022-02-18 16:30:52 +08:00
committed by GitHub
+1 -1
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