chore: upgrade go toolchain

This commit is contained in:
Johan Siebens
2025-02-11 12:02:29 +01:00
parent 4394d44cbd
commit 8e0cc33fd4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/jsiebens/ionscale
go 1.22.0
go 1.23.6
require (
github.com/99designs/keyring v1.2.2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-bullseye as builder
FROM golang:1.23-bullseye as builder
WORKDIR /app