Skip to content

Commit 84fde44

Browse files
committed
version changed to 1.23
1 parent 88d7b17 commit 84fde44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15 as builder
1+
FROM golang:1.23 as builder
22
# Replace <adapter-name> to what you want to create
33
# Replace <service-mesh> to the service-mesh application name
44
ARG ENVIRONMENT="development"

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/layer5io/meshery-adapter-template
22

3-
go 1.15
3+
go 1.23
44

55
require (
66
github.com/golang/protobuf v1.4.3

0 commit comments

Comments
 (0)