This Woodpecker plugin prepare specified Go environment in the workflow.
  • Shell 62.7%
  • Dockerfile 37.3%
Find a file
onlyati 199243880e
All checks were successful
ci/woodpecker/push/ci 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
add license
2026-04-11 13:49:41 +02: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 Update docker.io/library/debian:trixie-slim Docker digest to 5fb7012 (#6) 2026-04-08 19:22:22 +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 remove woodpecker jobs, renovate open one PR 2026-04-11 01:05:13 +02: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