mirror of
https://github.com/fatedier/frp.git
synced 2026-01-10 10:13:16 +00:00
support go1.21 (#3573)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 AS building
|
||||
FROM golang:1.21 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 AS building
|
||||
FROM golang:1.21 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
Reference in New Issue
Block a user