Skip to content

Commit

Permalink
ci(lint): update golangci action to v3 and set go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed May 10, 2022
1 parent a857bcd commit 11e7293
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -2,13 +2,19 @@ name: golangci-lint

on: [push, pull_request]

permissions:
contents: read

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.15
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.40.1
version: v1.40

0 comments on commit 11e7293

Please sign in to comment.