This Woodpecker plugin prepare specified Go environment in the workflow.
  • Shell 62.7%
  • Dockerfile 37.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot 786d5aa0f7
All checks were successful
ci/woodpecker/push/change_log Pipeline was 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/release Pipeline was successful
maint: Update docker.io/library/debian:trixie-slim Docker digest to 38a76d0 #17
Merged automatically
2026-08-05 03:02:34 +00:00
.markdownlint.json Initial commit 2026-02-25 22:54:50 +01:00
.prettierrc Initial commit 2026-02-25 22:54:50 +01:00
build.sh fix location of ca-certs in envvars 2026-03-01 19:35:05 +01:00
Containerfile maint: Update docker.io/library/debian:trixie-slim Docker digest to 38a76d0 #17 2026-08-05 03:02:34 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md point to forgejo url 2026-03-23 19:19:37 +01:00
renovate.json ci: Use central renovate.json (#15) 2026-07-19 11:53:28 +00:00

Prepare go environment

This plugin prepares a Go environment for subsequent steps. This plugin supports the latest two major versions of Go.

Usage

It can be used at any event.

steps:
  - name: Prepare go
    image: code.thinkaboutit.tech/pandora/prepare-go.woodpecker
    settings:
      version: 1.26
      debug: true

Settings

Name Default value Description
version Major version of Go