Merge branch 'OwO-Network:main' into main

This commit is contained in:
Meng Sen 2024-11-30 20:26:05 +08:00 committed by GitHub
commit 5413151a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.2'
go-version: '1.23.3'
- name: Install golint
run: go install golang.org/x/lint/golint@latest

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.23.2"
go-version: "1.23.3"
- run: bash .cross_compile.sh

View File

@ -1,4 +1,4 @@
FROM golang:1.23.2 AS builder
FROM golang:1.23.3 AS builder
WORKDIR /go/src/github.com/OwO-Network/DeepLX
COPY . .
RUN go get -d -v ./

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/OwO-Network/DeepLX
go 1.23.2
go 1.23.3
require (
github.com/andybalholm/brotli v1.1.0