File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v4
17
17
with :
18
- go-version : ' 1.24.0 '
18
+ go-version : ' 1.24.2 '
19
19
20
20
- name : Install golint
21
21
run : go install golang.org/x/lint/golint@latest
Original file line number Diff line number Diff line change 15
15
16
16
- uses : actions/setup-go@v4
17
17
with :
18
- go-version : " 1.24.0 "
18
+ go-version : " 1.24.2 "
19
19
20
20
- run : bash .cross_compile.sh
21
21
Original file line number Diff line number Diff line change 1
- FROM golang:1.24.0 AS builder
1
+ FROM golang:1.24.2 AS builder
2
2
WORKDIR /go/src/github.com/OwO-Network/DeepLX
3
3
COPY . .
4
4
RUN go get -d -v ./
Original file line number Diff line number Diff line change 1
1
module github.com/OwO-Network/DeepLX
2
2
3
- go 1.24.0
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/abadojack/whatlanggo v1.0.1
Original file line number Diff line number Diff line change 2
2
* @Author: Vincent Young
3
3
* @Date: 2024-09-16 11:59:24
4
4
* @LastEditors: Vincent Yang
5
- * @LastEditTime: 2025-03-01 04:23:49
5
+ * @LastEditTime: 2025-04-08 14:26:33
6
6
* @FilePath: /DeepLX/translate/translate.go
7
7
* @Telegram: https://t.me/missuo
8
8
* @GitHub: https://github.com/missuo
You can’t perform that action at this time.
0 commit comments