Skip to content

Commit 84792ea

Browse files
committed
chore: bump Go version to 1.24.2 in Dockerfile, go.mod, and CI workflows
1 parent 0a9ff6b commit 84792ea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.24.0'
18+
go-version: '1.24.2'
1919

2020
- name: Install golint
2121
run: go install golang.org/x/lint/golint@latest

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v4
1717
with:
18-
go-version: "1.24.0"
18+
go-version: "1.24.2"
1919

2020
- run: bash .cross_compile.sh
2121

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0 AS builder
1+
FROM golang:1.24.2 AS builder
22
WORKDIR /go/src/github.com/OwO-Network/DeepLX
33
COPY . .
44
RUN go get -d -v ./

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/OwO-Network/DeepLX
22

3-
go 1.24.0
3+
go 1.24.2
44

55
require (
66
github.com/abadojack/whatlanggo v1.0.1

translate/translate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: Vincent Young
33
* @Date: 2024-09-16 11:59:24
44
* @LastEditors: Vincent Yang
5-
* @LastEditTime: 2025-03-01 04:23:49
5+
* @LastEditTime: 2025-04-08 14:26:33
66
* @FilePath: /DeepLX/translate/translate.go
77
* @Telegram: https://t.me/missuo
88
* @GitHub: https://github.com/missuo

0 commit comments

Comments
 (0)