update golang
All checks were successful
dl / lint (push) Successful in 1m28s
dl / docker (push) Successful in 1m26s

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

View File

@ -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 && \ RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build cd NES20Tool && go build