Skip to content

GoLang and Gofish update (#75) #366

GoLang and Gofish update (#75)

GoLang and Gofish update (#75) #366

Workflow file for this run

name: Lint
env:
GO_VERSION: '1.22'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: lint
run: make lint