Compare commits

..

No commits in common. "87621643886d2ee79c0841a0f97ff5b0b8e40a50" and "1aa69c628d618d17a5751503ceff411af79ec2e9" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ARG GOPROXY=https://goproxy.cn,direct
ARG GOPRIVATE=gitea.timerzz.com
ARG GONOSUMDB=gitea.timerzz.com
ARG GONOPROXY=gitea.timerzz.com
RUN go build -trimpath -ldflags '-w -s' -o run ./cmd
RUN go build -o run -trimpath -ldflags '-w -s' ./cmd
FROM alpine:latest
WORKDIR /work

2
go.mod
View File

@ -2,8 +2,6 @@ module gitea.timerzz.com/kedaya_haitao/coach-spider
go 1.22.2
toolchain go1.22.3
require (
gitea.timerzz.com/kedaya_haitao/common v0.0.0-20240514123648-99c3e85dbc18
github.com/go-resty/resty/v2 v2.13.1