support go1.22 and drop support for go1.20 (#4001)

This commit is contained in:
fatedier 2024-02-19 16:45:25 +08:00 committed by GitHub
parent 3529158f31
commit dc34a68542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 27 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.21 AS building
FROM golang:1.22 AS building
COPY . /building
WORKDIR /building

View file

@ -1,4 +1,4 @@
FROM golang:1.21 AS building
FROM golang:1.22 AS building
COPY . /building
WORKDIR /building