Skip to content

Commit 7d84f05

Browse files
chore(deps): update go to v1.24.5
1 parent 0ccf048 commit 7d84f05

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
@@ -2,7 +2,7 @@
22

33
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
44

5-
FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
5+
FROM --platform=$BUILDPLATFORM golang:1.24.5-alpine AS builder
66
WORKDIR /app
77

88
COPY --from=xx / /

go.mod

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

3-
go 1.24.0
3+
go 1.24.5
44

55
require (
66
github.com/charmbracelet/lipgloss v1.0.0

0 commit comments

Comments
 (0)