Skip to content

Commit

Permalink
build: switch to go-1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jan 23, 2025
1 parent 45e6154 commit 6e4382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye AS builder
FROM golang:1.23-bullseye AS builder
WORKDIR /tmp/src
COPY go.mod .
COPY go.sum .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/coroot/coroot-cluster-agent

go 1.21
go 1.23

require (
github.com/alecthomas/kingpin/v2 v2.4.0
Expand Down

0 comments on commit 6e4382d

Please sign in to comment.