chore: use Dockerfile
All checks were successful
Sample Testing / my_job (push) Successful in 47s

This commit is contained in:
Marcel S. Henselin 2026-04-16 10:05:28 +02:00
parent ce1a0ec40b
commit 96fa11f4b9

View file

@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.26
WORKDIR /src
COPY . .