2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 13:52:26 +00:00

chore: upgrade go to 1.20

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2023-02-23 12:07:56 +01:00
committed by Adphi
parent 74aac3fdcb
commit fae73e71bc
2 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang as builder
FROM golang:1.20 as builder
WORKDIR /d2vm