mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-05 05:54:57 +08:00
Update Go version to v1.24.1
This commit is contained in:
parent
d43ac10790
commit
f310131669
3 changed files with 6 additions and 8 deletions
4
.github/workflows/build-sanity.yml
vendored
4
.github/workflows/build-sanity.yml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.22"
|
||||
go-version: "1.24.1"
|
||||
|
||||
- name: Prepare Dependencies and Build
|
||||
run: make dist
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -20,9 +20,9 @@ jobs:
|
|||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23.2"
|
||||
go-version: "1.24.1"
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
docker version
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
version: latest
|
||||
args: release --parallelism 1 --clean
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,8 +1,6 @@
|
|||
module github.com/knadh/listmonk
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.23.5
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/Masterminds/sprig/v3 v3.2.3
|
||||
|
|
Loading…
Add table
Reference in a new issue