Browse Source

chore(docker): bump dev go version to 1.20.2 (#2021)

Signed-off-by: xjasonlyu <xjasonlyu@gmail.com>
Jason Lyu 1 year ago
parent
commit
d35b83dfe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/docker/Dockerfile-dev

+ 1 - 1
deploy/docker/Dockerfile-dev

@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG GO_VERSION=1.18.5
+ARG GO_VERSION=1.20.2
 FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder
 
 COPY . /go/kuiper