Explorar el Código

chore: upgrade build base image flow go version to 1.18

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang hace 2 años
padre
commit
7d6f5c4471
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.17.9
+          - 1.18
 
     steps:
       - uses: actions/checkout@v2