Skip to content

Commit 906d3ec

Browse files
chore(deps): update go to v1.24.0
1 parent 2eacd19 commit 906d3ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.9
22

3-
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
44
WORKDIR /app
55

66
COPY go.mod go.sum ./

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/clevyr/uptime-robot-operator
22

3-
go 1.22.5
3+
go 1.24.0
44

55
require (
66
github.com/dmarkham/enumer v1.5.10

0 commit comments

Comments
 (0)