Skip to content

Commit 342753c

Browse files
authored
Merge pull request #41 from layer5io/go-version
update go to 1.24
2 parents 45793f4 + 4891e4b commit 342753c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22
ENV CGO_ENABLED=0
33
RUN apk update && apk add gcc libc-dev make bash git
44
RUN apk add --no-cache bash

bin/service

-217 KB
Binary file not shown.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/meshery-extension
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/Microsoft/go-winio v0.6.0

0 commit comments

Comments
 (0)