Merge pull request 'chore(deps): update golang docker tag to v1.23.4' (#108) from renovate/golang-1.x into master
All checks were successful
dl / lint (push) Successful in 1m51s
dl / docker (push) Successful in 1m45s

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

View File

@ -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