This repository is mirroring the latest supported Go version from https://go.dev/dl/ into bucket.
  • Go 87.9%
  • Shell 9.5%
  • Dockerfile 2.6%
Find a file
renovate-bot b2d053325c
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/download Pipeline was successful
Update all dependencies #15
Merged automatically
2026-04-18 07:31:42 +00:00
internal forgejo-move (#8) 2026-03-23 17:59:21 +00:00
.gitignore Rewrite it in Go from bash and put into distroless image (#2) 2026-03-03 00:05:55 +01:00
.goreleaser.yaml Rewrite it in Go from bash and put into distroless image (#2) 2026-03-03 00:05:55 +01:00
.markdownlint.json Initial commit 2026-03-01 00:16:22 +01:00
.prettierrc Initial commit 2026-03-01 00:16:22 +01:00
Containerfile point to forgejo url 2026-03-23 19:03:03 +01:00
go.mod Update all dependencies #15 2026-04-18 07:31:42 +00:00
go.sum Update all dependencies #15 2026-04-18 07:31:42 +00:00
LICENSE add license 2026-04-11 13:49:40 +02:00
main.go forgejo-move (#8) 2026-03-23 17:59:21 +00:00
README.md point to forgejo url 2026-03-23 19:03:03 +01:00
renovate.json remove woodpecker jobs, renovate open one PR 2026-04-11 00:23:43 +02:00
test.sh point to forgejo url 2026-03-23 19:03:03 +01:00

Mirror for Go language

This repository contains code that mirrors:

The function can be called from Woodpecker CI via workflow.

The uploaded Go version later downloaded in Woodpecker CI plugins.

Usage

It can be used at any event, but the best maybe via cron in planned times.

when:
  event: [manual, cron]
  cron: "download"

steps:
  - name: Scrap latest Go versions
    image: code.thinkaboutit.tech/pandora/go.mirror
    settings:
      s3_access_key:
        from_secret: s3-access-key
      s3_secret_key:
        from_secret: s3-secret-key
      s3_bucket: my_bucket
      debug: true

Settings

Name Default value Description
s3_access_key Access key for s3
s3_secret_key Secret key for s3
s3_url https://s3.de.io.cloud.ovh.net URL for s3
s3_region de Region of S3
s3_bucket Name of the bucket