chore(deps): update golang docker tag to v1.22.4 #60

Merged
Xefir merged 1 commits from renovate/golang-1.x into master 2024-06-05 07:52:27 +00:00
Showing only changes of commit f1037a252a - Show all commits

View File

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