Skip to content

Fix actions/checkout version in linter.yml #27

Fix actions/checkout version in linter.yml

Fix actions/checkout version in linter.yml #27

Workflow file for this run

name: Linter
on: [ "push", "pull_request" ]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.21
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Go vet
run: go vet ./...