Skip to content

Commit 4891e4b

Browse files
committed
update go to 1.24
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent 45793f4 commit 4891e4b

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)