fix go dependency so it's all versions above 1.23 and create Dockerfile

This commit is contained in:
Miloš Jovanović 2026-09-10 13:28:40 +02:00
parent 1516169ef7
commit 50df898e62
3 changed files with 2 additions and 3 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module ucfa/st-agent-worker
go 1.27.0
go 1.26.0
require (
golang.org/x/time v0.16.0