Skip to content

Commit

Permalink
bump: golang >= 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com>
  • Loading branch information
dweomer committed Sep 23, 2024
1 parent aee296d commit 5ff2dff
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,5 +1,5 @@
# builder stage
FROM registry.suse.com/bci/golang:1.21 AS builder
FROM registry.suse.com/bci/golang:1.23 AS builder

RUN zypper --non-interactive install make bash wget ca-certificates

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 hauler.dev/go/hauler

go 1.21
go 1.23

require (
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
Expand Down

0 comments on commit 5ff2dff

Please sign in to comment.