bump: golang >= 1.23.1 (#328)

Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com>
This commit is contained in:
Jacob Blain Christen
2024-09-24 11:27:28 -07:00
committed by GitHub
parent caaed30297
commit 554fa81fb3
4 changed files with 7 additions and 4 deletions

View File

@@ -25,7 +25,8 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version-file: go.mod
check-latest: true
- name: Run Go Releaser
uses: goreleaser/goreleaser-action@v6

View File

@@ -28,7 +28,9 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version-file: go.mod
check-latest: true
- name: Install Go Releaser
uses: goreleaser/goreleaser-action@v6

View File

@@ -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

2
go.mod
View File

@@ -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