chore: update import paths and registry refs after move to gitea (#307)
Repo moved from GitLab to Gitea (git.unbound.se). Updates Go module path, all internal Go imports, Renovate registry pkg name, .buildtools.yaml registry block, and Dockerfile (drops obsolete GOPRIVATE + GITLAB_USER/GITLAB_TOKEN). Reviewed-on: #307
This commit was merged in pull request #307.
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
FROM golang:1.26@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS build
|
||||
|
||||
ARG GITLAB_USER
|
||||
ARG GITLAB_TOKEN
|
||||
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ENV GOPRIVATE=gitlab.com/unboundsoftware/*
|
||||
ENV GOEXPERIMENT=jsonv2
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
|
||||
Reference in New Issue
Block a user