mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	bump devcontainer to go 1.25 (#35404)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "Gitea DevContainer", |   "name": "Gitea DevContainer", | ||||||
|   "image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm", |   "image": "mcr.microsoft.com/devcontainers/go:1.25-trixie", | ||||||
|   "containerEnv": { |   "containerEnv": { | ||||||
|     // override "local" from packaged version |     // override "local" from packaged version | ||||||
|     "GOTOOLCHAIN": "auto" |     "GOTOOLCHAIN": "auto" | ||||||
| @@ -8,12 +8,12 @@ | |||||||
|   "features": { |   "features": { | ||||||
|     // installs nodejs into container |     // installs nodejs into container | ||||||
|     "ghcr.io/devcontainers/features/node:1": { |     "ghcr.io/devcontainers/features/node:1": { | ||||||
|       "version": "lts" |       "version": "latest" | ||||||
|     }, |     }, | ||||||
|     "ghcr.io/devcontainers/features/git-lfs:1.2.2": {}, |     "ghcr.io/devcontainers/features/git-lfs:1.2.5": {}, | ||||||
|     "ghcr.io/jsburckhardt/devcontainer-features/uv:1": {}, |     "ghcr.io/jsburckhardt/devcontainer-features/uv:1": {}, | ||||||
|     "ghcr.io/devcontainers/features/python:1": { |     "ghcr.io/devcontainers/features/python:1": { | ||||||
|       "version": "3.12" |       "version": "3.13" | ||||||
|     }, |     }, | ||||||
|     "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {} |     "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {} | ||||||
|   }, |   }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user