Skip to content

Commit 4d1caac

Browse files
chore(deps): update go to v1.24.1 (#100)
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
1 parent aa42072 commit 4d1caac

File tree

2 files changed

+2
-2
lines changed

2 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 --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine AS builder
22
WORKDIR /app
33

44
COPY go.mod go.sum ./

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gabe565.com/domain-watch
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
gabe565.com/utils v0.0.0-20250217005250-f306fa7738cd

0 commit comments

Comments
 (0)