No description
Find a file
pips 79dc866789
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
feat(build): update go version to 1.25
drop 1.23 building support
2025-08-24 19:13:56 +02:00
.woodpecker feat(build): update go version to 1.25 2025-08-24 19:13:56 +02:00
Dockerfile feat(docker): define default GO_VERSION 2025-07-30 22:33:14 +02:00
entrypoint.sh fix(logs): align error message with var names 2025-08-23 16:09:16 +02:00
LICENSE chore(license): update project name 2025-07-30 21:56:47 +02:00
README.md chore(readme): describe available tags 2025-07-31 00:45:33 +02:00
renovate.json Add renovate.json 2025-08-23 16:44:23 +02:00

golang-vendor-private

CI plugin to retrieve private go modules in local vendor folder.

Tested with woodpecker-ci >= 3

Available tags

Follow golang docker official image - linux/amd64 only

  • latest
  • 1.24
  • 1.23

Sample

steps:
  - name: vendor
    image: forge.e5150.fr/ci-plugins/golang-vendor-private:latest
    settings:
      goprivate: forge.e5150.fr
      login:
        from_secret: test-username
      password:
        from_secret: test-token

Settings

Settings name Type Description
goprivate string pattern for private go modules
login string login to access repository
password string password to access repository