Skip to content

chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 #211

chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0

chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 #211

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v3
with:
go-version: ~1.19
- uses: actions/[email protected] # v3
- name: golangci-lint
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3
with:
args: --timeout=5m