Skip to content

Commit

Permalink
ci: upgraded to Go 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Dec 5, 2024
1 parent b04139e commit f2fa902
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.3'
go-version: '1.23.4'

- 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.3"
go-version: "1.23.4"

- 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.3 AS builder
FROM golang:1.23.4 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.3
go 1.23.4

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

0 comments on commit f2fa902

Please sign in to comment.