Skip to content

Commit

Permalink
Upgrade to Go 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Jan 20, 2025
1 parent bbfb808 commit de9888c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
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.23.4
go 1.23.5

require (
github.com/abadojack/whatlanggo v1.0.1
Expand Down

0 comments on commit de9888c

Please sign in to comment.