Skip to content

Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 #14

Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0

Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: true
- uses: golangci/golangci-lint-action@v3.6.0
- run: make test