Skip to content

Commit

Permalink
[+] bump golangci/golangci-lint-action to v3, closes #421
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Apr 22, 2022
1 parent 086ff31 commit e73168d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18'

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18'

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18'

Expand All @@ -121,7 +121,7 @@ jobs:
go version
- name: GolangCI-Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest

Expand Down

0 comments on commit e73168d

Please sign in to comment.