diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 44300241..e609910f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v4 with: - go-version: "1.19" + go-version: "1.22" - run: bash .cross_compile.sh diff --git a/Dockerfile b/Dockerfile index 9040fd00..50a396cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM golang:1.19 AS builder +FROM golang:1.22 AS builder WORKDIR /go/src/github.com/OwO-Network/DeepLX COPY main.go ./ COPY go.mod ./ diff --git a/compose.yaml b/compose.yaml index 55411b0c..785aeb84 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,4 @@ -version: '3' +version: '3.8' services: deeplx: