mirror of
https://github.com/fatedier/frp.git
synced 2026-04-09 10:39:16 +08:00
support go1.20 (#3287)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19 AS building
|
||||
FROM golang:1.20 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19 AS building
|
||||
FROM golang:1.20 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
Reference in New Issue
Block a user