mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	go1.25.0 (#35262)
This commit is contained in:
		
							parent
							
								
									d9a2dfd95e
								
							
						
					
					
						commit
						1740d36581
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
# Build stage
 | 
					# Build stage
 | 
				
			||||||
FROM docker.io/library/golang:1.24-alpine3.22 AS build-env
 | 
					FROM docker.io/library/golang:1.25-alpine3.22 AS build-env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG GOPROXY
 | 
					ARG GOPROXY
 | 
				
			||||||
ENV GOPROXY=${GOPROXY:-direct}
 | 
					ENV GOPROXY=${GOPROXY:-direct}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
# Build stage
 | 
					# Build stage
 | 
				
			||||||
FROM docker.io/library/golang:1.24-alpine3.22 AS build-env
 | 
					FROM docker.io/library/golang:1.25-alpine3.22 AS build-env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG GOPROXY
 | 
					ARG GOPROXY
 | 
				
			||||||
ENV GOPROXY=${GOPROXY:-direct}
 | 
					ENV GOPROXY=${GOPROXY:-direct}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256
 | 
				
			|||||||
HAS_GO := $(shell hash $(GO) > /dev/null 2>&1 && echo yes)
 | 
					HAS_GO := $(shell hash $(GO) > /dev/null 2>&1 && echo yes)
 | 
				
			||||||
COMMA := ,
 | 
					COMMA := ,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
XGO_VERSION := go-1.24.x
 | 
					XGO_VERSION := go-1.25.x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AIR_PACKAGE ?= github.com/air-verse/air@v1
 | 
					AIR_PACKAGE ?= github.com/air-verse/air@v1
 | 
				
			||||||
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3
 | 
					EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3
 | 
				
			||||||
 | 
				
			|||||||
@ -44,7 +44,7 @@ parts:
 | 
				
			|||||||
    source: .
 | 
					    source: .
 | 
				
			||||||
    stage-packages: [ git, sqlite3, openssh-client ]
 | 
					    stage-packages: [ git, sqlite3, openssh-client ]
 | 
				
			||||||
    build-packages: [ git, libpam0g-dev, libsqlite3-dev, build-essential]
 | 
					    build-packages: [ git, libpam0g-dev, libsqlite3-dev, build-essential]
 | 
				
			||||||
    build-snaps: [ go/1.24/stable, node/22/stable ]
 | 
					    build-snaps: [ go/1.25/stable, node/22/stable ]
 | 
				
			||||||
    build-environment:
 | 
					    build-environment:
 | 
				
			||||||
      - LDFLAGS: ""
 | 
					      - LDFLAGS: ""
 | 
				
			||||||
    override-pull: |
 | 
					    override-pull: |
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user