update golang

This commit is contained in:
Michel Roux 2024-10-17 15:47:47 +02:00
parent 61c51418f6
commit 9a332b4dc0

@ -1,4 +1,4 @@
FROM golang:1.22.5 as NES20Tool
FROM golang:1.23.2 as NES20Tool
RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build