We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d7b17 commit 84fde44Copy full SHA for 84fde44
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.15 as builder
+FROM golang:1.23 as builder
2
# Replace <adapter-name> to what you want to create
3
# Replace <service-mesh> to the service-mesh application name
4
ARG ENVIRONMENT="development"
go.mod
@@ -1,6 +1,6 @@
module github.com/layer5io/meshery-adapter-template
-go 1.15
+go 1.23
5
require (
6
github.com/golang/protobuf v1.4.3
0 commit comments