Skip to content

Add go 1.25

Add go 1.25 #5

Workflow file for this run

name: build-push
on:
push:
workflow_dispatch:
jobs:
base:
strategy:
fail-fast: false
matrix:
dir:
- go1.25
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main
with:
image: ${{ matrix.dir }}
context: ${{ matrix.dir }}
permissions:
contents: read
packages: write
secrets: inherit