chore(deps): update golang docker tag to v1.22.3

This commit is contained in:
Renovate Bot 2024-05-08 06:27:55 +00:00
parent fac8fc1ef1
commit 2081b97ca5

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