[PR #1] [MERGED] fix(docker): update Go version to 1.24 for compatibility #27

Closed
opened 2026-03-13 14:22:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/7836246/cursor2api/pull/1
Author: @lc2panda
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @7836246

Base: masterHead: master


📝 Commits (1)

  • 43abc8d fix(docker): update Go version to 1.24 for compatibility

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Dockerfile (+1 -1)

📄 Description

fix: update Go toolchain to 1.24 in Docker builder

  • Changed FROM golang:1.21-alpine to golang:1.24-alpine AS builder
  • Resolves "go.mod requires go >= 1.24" error during go mod download
  • Ensures Docker build uses same Go version as development environment
  • Prevents toolchain version mismatch issues in CI/CD pipelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/7836246/cursor2api/pull/1 **Author:** [@lc2panda](https://github.com/lc2panda) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@7836246](https://github.com/7836246) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`43abc8d`](https://github.com/7836246/cursor2api/commit/43abc8d267bb5bcab095b5cc4dc68c803a956f27) fix(docker): update Go version to 1.24 for compatibility ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) </details> ### 📄 Description fix: update Go toolchain to 1.24 in Docker builder - Changed FROM golang:1.21-alpine to golang:1.24-alpine AS builder - Resolves "go.mod requires go >= 1.24" error during go mod download - Ensures Docker build uses same Go version as development environment - Prevents toolchain version mismatch issues in CI/CD pipelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 14:22:06 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cursor2api#27
No description provided.