bump to Go 1.23.2

This commit is contained in:
Vincent Yang 2024-10-07 19:25:36 -04:00
parent ac8ec23790
commit c678e87631
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 - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.22' go-version: '1.23.2'
- name: Install golint - name: Install golint
run: go install golang.org/x/lint/golint@latest run: go install golang.org/x/lint/golint@latest

View File

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

View File

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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/OwO-Network/DeepLX module github.com/OwO-Network/DeepLX
go 1.23.1 go 1.23.2
require ( require (
github.com/abadojack/whatlanggo v1.0.1 github.com/abadojack/whatlanggo v1.0.1