Skip to content

Commit

Permalink
bump to Go 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Feb 10, 2025
1 parent de9888c commit 85fd738
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.5'
go-version: '1.23.6'

- 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.5"
go-version: "1.23.6"

- 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.5 AS builder
FROM golang:1.23.6 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.5
go 1.23.6

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

0 comments on commit 85fd738

Please sign in to comment.