Skip to content

Commit 85c64df

Browse files
authored
Build with Go 1.25.3 (#42)
1 parent 3fcfb92 commit 85c64df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22

33
ENV GO111MODULE=on
44

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/marevers/pleasant-cli
22

3-
go 1.24
3+
go 1.25
44

5-
toolchain go1.24.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/spf13/cobra v1.9.1

0 commit comments

Comments
 (0)