Skip to content

Commit 3bfa40f

Browse files
updating to Go v1.24.4 (#151)
1 parent de75dfe commit 3bfa40f

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,5 +1,5 @@
11
# build 1
2-
FROM golang:1.24.2-alpine3.21 AS build
2+
FROM golang:1.24.4-alpine3.21 AS build
33

44
WORKDIR /app
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/digitalghost-dev/poke-cli
22

3-
go 1.24.2
3+
go 1.24.4
44

55
require (
66
github.com/charmbracelet/bubbles v0.20.0

0 commit comments

Comments
 (0)