diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a3e93cc..20f94a3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "NeZha", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm", + "image": "mcr.microsoft.com/devcontainers/go:1-1.24-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. "features": { @@ -14,7 +14,7 @@ "dockerDashComposeVersion": "latest" }, "ghcr.io/devcontainers/features/go:1": { - "version": "1.23.6" + "version": "1.24.0" } }, diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9af04e6..84639a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5828cbf..f6e0989 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: "1.23.x" + go-version: "1.24.x" - name: generate swagger docs run: |