Update golang Docker tag to v1.19

Generated by renovateBot
This commit is contained in:
renovate[bot]
2022-09-26 13:52:57 +00:00
parent 0add2c5a11
commit 176b183c4b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.19
ENV GO111MODULE=on
RUN go get -u github.com/pion/webrtc/v3/examples/pion-to-pion/answer

View File

@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.19
ENV GO111MODULE=on
RUN go get -u github.com/pion/webrtc/v3/examples/pion-to-pion/offer