bump to Go 1.23.1

This commit is contained in:
Vincent Young 2024-09-16 12:13:41 -04:00
parent 29ac0e1589
commit f172f59fb6
No known key found for this signature in database
GPG Key ID: DD9998BCFD278F6A
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
# syntax=docker/dockerfile:1
FROM golang:1.22 AS builder
FROM golang:1.23.1 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.22
go 1.23.1
require (
github.com/abadojack/whatlanggo v1.0.1