ci: use go1.24 (#1012)

This commit is contained in:
UUBulb
2025-02-28 22:19:57 +08:00
committed by GitHub
parent 4eacdf8121
commit 655d034f79
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
name: Build artifacts
runs-on: ubuntu-latest
container:
image: goreleaser/goreleaser-cross:v1.23
image: goreleaser/goreleaser-cross:v1.24
steps:
- run: |
apt update && apt install unzip curl -y
@@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: generate swagger docs
run: |