Skip to content

Feature/Update Go and Dependencies #2

Feature/Update Go and Dependencies

Feature/Update Go and Dependencies #2

Workflow file for this run

name: CI
on:
push:
branches:
- master
- develop
- feature/*
- hotfix/*
- release/*
release:
types: [published]
pull_request: {}
jobs:
golang:
uses: UNIwise/workflows/.github/workflows/golang.yaml@master

Check failure on line 17 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "UNIwise/workflows/.github/workflows/golang.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
go-version: 1.23
golangci-lint-version: v1.61.0
platforms: linux/amd64,linux/arm64