Skip to content

Commit

Permalink
bump to Go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Sep 16, 2024
1 parent 29ac0e1 commit f172f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f172f59

Please sign in to comment.