mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-11 11:53:24 +00:00
bump to Go 1.23.6
This commit is contained in:
parent
de9888ca5f
commit
85fd738f3e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
|
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user