Skip to content

Commit 9a60430

Browse files
committed
chore: update go version
1 parent d72ea03 commit 9a60430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jsiebens/ionscale
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/99designs/keyring v1.2.2

tests/docker/ionscale/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bullseye as builder
1+
FROM golang:1.22-bullseye as builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)