chg: chore: update golang

This commit is contained in:
2024-03-10 13:59:44 +00:00
parent e5e753fc80
commit f7fee26ac1
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.21 as builder
WORKDIR /go/src/app
COPY . .

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
build:
docker build -t torrent-indexer .
run:
go run main.go