Skip to content

Bump actions/checkout from 3 to 4 #55

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #55

Workflow file for this run

name: "Lint"
on:
push:
paths:
- "*.go"
- "go.mod"
pull_request:
branches:
- master
jobs:
link:
runs-on: ubuntu-latest
name: "lint"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: golangci/golangci-lint-action@v3
with:
version: latest