chore: update go version

This commit is contained in:
Johan Siebens
2024-02-24 09:34:42 +01:00
parent d72ea03d9d
commit 9a60430949
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/jsiebens/ionscale
go 1.21
go 1.22
require (
github.com/99designs/keyring v1.2.2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye as builder
FROM golang:1.22-bullseye as builder
WORKDIR /app