Compare commits

...

2 Commits

Author SHA1 Message Date
adae20d272 Merge pull request 'chore(deps): update golang docker tag to v1.22.4' (#60) from renovate/golang-1.x into master
Some checks failed
dl / docker (push) Blocked by required conditions
dl / lint (push) Has been cancelled
Reviewed-on: #60
2024-06-05 07:52:25 +00:00
Renovate Bot
f1037a252a chore(deps): update golang docker tag to v1.22.4
All checks were successful
dl / lint (push) Successful in 50s
dl / docker (push) Successful in 49s
2024-06-05 06:37:57 +00:00

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