Skip to content

Bump golangci/golangci-lint-action from 2 to 6 #347

Bump golangci/golangci-lint-action from 2 to 6

Bump golangci/golangci-lint-action from 2 to 6 #347

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go build ./...