mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-03-03 02:00:37 +00:00
bump: golang >= 1.23.1 (#328)
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com>
This commit is contained in:
committed by
GitHub
parent
caaed30297
commit
554fa81fb3
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user