bump to Go 1.24.0

This commit is contained in:
Vincent Yang 2025-02-25 13:16:58 -05:00
parent 85fd738f3e
commit 26a9003b13
No known key found for this signature in database
GPG Key ID: 281CF11A76870183
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.6'
go-version: '1.24.0'
- 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.6"
go-version: "1.24.0"
- run: bash .cross_compile.sh

View File

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