Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sumin committed May 9, 2024
1 parent c995d45 commit 9b04482
Show file tree
Hide file tree
Showing 2 changed files with 4 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.22-bullseye AS builder

ENV GO111MODULE=on \
CGO_ENABLED=0 \
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/kastenhq/kubestr

go 1.21.9
go 1.22

toolchain go1.22.2

replace github.com/graymeta/stow => github.com/kastenhq/stow v0.1.2-kasten

Expand Down

0 comments on commit 9b04482

Please sign in to comment.