ci: update to go 1.22

This commit is contained in:
Vincent Yang 2024-03-20 16:46:07 -04:00
parent e580d64fbf
commit a191d9d27f
No known key found for this signature in database
GPG Key ID: 55F1635E821BF0E8
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.22"
- run: bash .cross_compile.sh

View File

@ -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 ./

View File

@ -1,4 +1,4 @@
version: '3'
version: '3.8'
services:
deeplx: