Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jul 9, 2021
1 parent d053a0e commit bf3af4a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# https://github.com/marketplace/actions/run-golangci-lint
name: golangci-lint

on:
pull_request:
push:
branches: [master]

tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: Linter
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.29

0 comments on commit bf3af4a

Please sign in to comment.