Upgrade to Go 1.23.5

This commit is contained in:
Vincent Yang 2025-01-20 17:18:47 -05:00
parent bbfb808793
commit de9888ca5f
No known key found for this signature in database
GPG Key ID: 55F1635E821BF0E8
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.4'
go-version: '1.23.5'
- 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.4"
go-version: "1.23.5"
- run: bash .cross_compile.sh

View File

@ -1,4 +1,4 @@
FROM golang:1.23.4 AS builder
FROM golang:1.23.5 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.4
go 1.23.5
require (
github.com/abadojack/whatlanggo v1.0.1