Skip to content

ci: add staticcheck version #69

ci: add staticcheck version

ci: add staticcheck version #69

Workflow file for this run

---
name: CI
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
on:
push:
branches:
- main
- feature/**/*
pull_request:
branches:
- main
- feature/**/*
jobs:
ci:
uses: kare/github/.github/workflows/go-pkg-ci.yaml@main
with:
staticcheckversion: 2024.1