Skip to content

Commit ba386d3

Browse files
updating to Go v1.24.12 (#240)
1 parent 215fcfe commit ba386d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.11-alpine3.23 AS build
2+
FROM golang:1.24.12-alpine3.23 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.11
3+
go 1.24.12
44

55
require (
66
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7

0 commit comments

Comments
 (0)