2022.11 based on go 1.19.3

This commit is contained in:
Dan Ballard 2022-11-30 09:58:10 -08:00
parent 802b1aaad0
commit 713b201a4f
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM purplekarrot/mingw-w64-x86-64:latest
ENV GOLANG_VERSION=1.15.10
ENV GOLANG_VERSION=1.19.3
RUN apt-get update
RUN apt-get install -y --no-install-recommends wget

View File

@ -1,5 +1,14 @@
# mingw-go
This container is based on [purplekarrot/mingw-w64-x86-64](https://hub.docker.com/r/purplekarrot/mingw-w64-x86-64) and then has Go 1.15.10 installed in /usr/local/go
versions:
- 2022.11
- go 1.19.3
- 2022.09
- go 1.17
- 2021.03
- go 1.15
This container is based on [purplekarrot/mingw-w64-x86-64](https://hub.docker.com/r/purplekarrot/mingw-w64-x86-64) and then has Go 1.19.3 installed in /usr/local/go
Dockerfiles @ [git.openprivacy.ca/openprivacy/mingw-go](https://git.openprivacy.ca/openprivacy/mingw-go)