bump pinned golang to 1.20.5 (#10127)

This commit is contained in:
Long Wu Yuan 2023-06-26 07:03:11 +05:30 committed by GitHub
parent 427f3d2fb5
commit 643c475db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.20 AS builder
FROM golang:1.20.5 AS builder
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8