Skip to content

hk: bump deps, go 1.22.x in ci (#21) #21

hk: bump deps, go 1.22.x in ci (#21)

hk: bump deps, go 1.22.x in ci (#21) #21

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run lint
uses: golangci/golangci-lint-action@v5
with:
version: latest