Skip to content

ci(release): get go version from go.mod #30

ci(release): get go version from go.mod

ci(release): get go version from go.mod #30

Workflow file for this run

name: Integration
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.50.0
only-new-issues: false
args: --config .golangci.yml --timeout=5m