Compare commits

...

2 Commits

Author SHA1 Message Date
d68f34fb10 Merge pull request 'chore(deps): update golang docker tag to v1.22.5' (#68) from renovate/golang-1.x into master
All checks were successful
dl / lint (push) Successful in 1m22s
dl / docker (push) Successful in 1m18s
Reviewed-on: #68
2024-07-05 08:05:28 +00:00
Renovate Bot
8be3114084 chore(deps): update golang docker tag to v1.22.5
All checks were successful
dl / lint (push) Successful in 2m11s
dl / docker (push) Successful in 4m31s
2024-07-03 06:31:03 +00:00

View File

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