Skip to content

workflow: change versions in actions and wrap some errors #35

workflow: change versions in actions and wrap some errors

workflow: change versions in actions and wrap some errors #35

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1