Skip to content

chore(deps): bump actions/setup-go from 4 to 5 (#66) #84

chore(deps): bump actions/setup-go from 4 to 5 (#66)

chore(deps): bump actions/setup-go from 4 to 5 (#66) #84

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Lint check
run: make lint