Update golang Docker tag to v1.21

Generated by renovateBot
This commit is contained in:
renovate[bot]
2023-08-17 17:15:28 +00:00
parent 2926b99173
commit cedd45fc3b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
FROM golang:1.20
FROM golang:1.21
ENV GO111MODULE=on
RUN go install github.com/pion/webrtc/v3/examples/pion-to-pion/answer@latest

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
FROM golang:1.20
FROM golang:1.21
ENV GO111MODULE=on
RUN go install github.com/pion/webrtc/v3/examples/pion-to-pion/offer@latest