diff --git a/Dockerfile b/Dockerfile index c498e57..a26043a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15 as builder +FROM golang:1.23 as builder # Replace to what you want to create # Replace to the service-mesh application name ARG ENVIRONMENT="development" diff --git a/go.mod b/go.mod index b15bc0e..10abe20 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/layer5io/meshery-adapter-template -go 1.15 +go 1.23 require ( github.com/golang/protobuf v1.4.3