We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfb808 commit de9888cCopy full SHA for de9888c
4 files changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: '1.23.4'
+ go-version: '1.23.5'
19
20
- name: Install golint
21
run: go install golang.org/x/lint/golint@latest
.github/workflows/release.yaml
- uses: actions/setup-go@v4
- go-version: "1.23.4"
+ go-version: "1.23.5"
- run: bash .cross_compile.sh
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.4 AS builder
+FROM golang:1.23.5 AS builder
2
WORKDIR /go/src/github.com/OwO-Network/DeepLX
3
COPY . .
4
RUN go get -d -v ./
go.mod
@@ -1,6 +1,6 @@
module github.com/OwO-Network/DeepLX
-go 1.23.4
+go 1.23.5
5
require (
6
github.com/abadojack/whatlanggo v1.0.1
0 commit comments