Skip to content

CI: improve versions retrieval #50

CI: improve versions retrieval

CI: improve versions retrieval #50

Workflow file for this run

on:
push:
branches : [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
golangci-lint run --skip-dirs-use-default --timeout 2m0s