Skip to content

Commit 470b0b5

Browse files
chore(deps): update go
1 parent 54850d4 commit 470b0b5

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.22.6-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.23.0
44

55
require (
66
github.com/knadh/koanf/maps v0.1.1

0 commit comments

Comments
 (0)