Skip to content

Commit

Permalink
bump: golang >= 1.23.1 (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Blain Christen <[email protected]>
  • Loading branch information
dweomer committed Sep 24, 2024
1 parent caaed30 commit 41d8895
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 41d8895

Please sign in to comment.