Skip to content

Commit 85fd738

Browse files
committed
bump to Go 1.23.6
1 parent de9888c commit 85fd738

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.23.5'
18+
go-version: '1.23.6'
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.23.5"
18+
go-version: "1.23.6"
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.23.5 AS builder
1+
FROM golang:1.23.6 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.23.5
3+
go 1.23.6
44

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

0 commit comments

Comments
 (0)