Skip to content

Updating golang and adding viriotfs #479

Updating golang and adding viriotfs

Updating golang and adding viriotfs #479

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.23.1'
- name: Lint
run: make lint