Browse Source

build: update base image go version

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang 3 năm trước cách đây
mục cha
commit
bc658cfaff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build_base_image.yaml

+ 1 - 1
.github/workflows/build_base_image.yaml

@@ -21,7 +21,7 @@ jobs:
           - debian
           - centos
         golang:
-          - 1.16.3
+          - 1.17.9
 
     steps:
       - uses: actions/checkout@v2