Skip to content

build: Go 1.24

build: Go 1.24 #17

Workflow file for this run

---
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
ci:
uses: kare/github/.github/workflows/go-pkg-ci.yaml@v0.2.0