Skip to content

Commit 24bd773

Browse files
author
Jörg Jooss
committed
Update go-helloworld to Go 1.24.0
1 parent 46651cd commit 24bd773

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go-helloworld/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.24 AS builder
22

33
WORKDIR /build
44

go-helloworld/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.24 AS builder
22

33
WORKDIR /build
44

go-helloworld/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/joergjo/azure-containerapps-demos/go-helloworld
22

3-
go 1.22.1
3+
go 1.24.0
44

55
require github.com/sirupsen/logrus v1.9.3
66

0 commit comments

Comments
 (0)