Selaa lähdekoodia

chore: upgrade build base image flow go version to 1.18

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang 2 vuotta sitten
vanhempi
commit
7d6f5c4471
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/build_base_image.yaml

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

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