Skip to content

Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.14.0 (#74) #200

Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.14.0 (#74)

Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.14.0 (#74) #200

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout 2m