Merge pull request 'chore(deps): update golang docker tag to v1.23.4' () from renovate/golang-1.x into master

Reviewed-on: 
This commit is contained in:
Michel Roux 2024-12-04 22:25:45 +00:00
commit 0fa18c112e

@ -1,4 +1,4 @@
FROM golang:1.23.3 AS nes20tool
FROM golang:1.23.4 AS nes20tool
RUN git clone https://github.com/Kreeblah/NES20Tool.git && \
cd NES20Tool && go build