mirror of
				https://github.com/OwO-Network/DeepLX.git
				synced 2025-10-28 14:09:47 +00:00 
			
		
		
		
	chore: bump Go version to 1.24.2 in Dockerfile, go.mod, and CI workflows
This commit is contained in:
		
							parent
							
								
									0a9ff6b582
								
							
						
					
					
						commit
						84792ead81
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							| @ -15,7 +15,7 @@ jobs: | ||||
|       - name: Set up Go | ||||
|         uses: actions/setup-go@v4 | ||||
|         with: | ||||
|           go-version: '1.24.0' | ||||
|           go-version: '1.24.2' | ||||
| 
 | ||||
|       - name: Install golint | ||||
|         run: go install golang.org/x/lint/golint@latest | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @ -15,7 +15,7 @@ jobs: | ||||
| 
 | ||||
|       - uses: actions/setup-go@v4 | ||||
|         with: | ||||
|           go-version: "1.24.0" | ||||
|           go-version: "1.24.2" | ||||
| 
 | ||||
|       - run: bash .cross_compile.sh | ||||
| 
 | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| FROM golang:1.24.0 AS builder | ||||
| FROM golang:1.24.2 AS builder | ||||
| WORKDIR /go/src/github.com/OwO-Network/DeepLX | ||||
| COPY . . | ||||
| RUN go get -d -v ./ | ||||
|  | ||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| module github.com/OwO-Network/DeepLX | ||||
| 
 | ||||
| go 1.24.0 | ||||
| go 1.24.2 | ||||
| 
 | ||||
| require ( | ||||
| 	github.com/abadojack/whatlanggo v1.0.1 | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
|  * @Author: Vincent Young | ||||
|  * @Date: 2024-09-16 11:59:24 | ||||
|  * @LastEditors: Vincent Yang | ||||
|  * @LastEditTime: 2025-03-01 04:23:49 | ||||
|  * @LastEditTime: 2025-04-08 14:26:33 | ||||
|  * @FilePath: /DeepLX/translate/translate.go | ||||
|  * @Telegram: https://t.me/missuo
 | ||||
|  * @GitHub: https://github.com/missuo
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user