Skip to content

chore: docker with go 1.22, kuboreleaser with go 1.21 #62

chore: docker with go 1.22, kuboreleaser with go 1.21

chore: docker with go 1.22, kuboreleaser with go 1.21 #62

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/[email protected]
with:
go-versions: '["this"]'

Check failure on line 20 in .github/workflows/go-check.yml

View workflow run for this annotation

GitHub Actions / Go Checks

Invalid workflow file

The workflow is not valid. .github/workflows/go-check.yml (Line: 20, Col: 20): Invalid input, go-versions is not defined in the referenced workflow.