Skip to content

Bump github.com/sensu/core/v2 from 2.19.0 to 2.20.0 #25

Bump github.com/sensu/core/v2 from 2.19.0 to 2.20.0

Bump github.com/sensu/core/v2 from 2.19.0 to 2.20.0 #25

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3