Skip to content

Commit

Permalink
chore(ci) update golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed May 11, 2023
1 parent 8c23d89 commit c43d2c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: 'stable'

- name: Run linter
uses: golangci/golangci-lint-action@v3.4.0 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.51 # without patch version
version: v1.52 # without patch version
only-new-issues: false # show only new issues if it's a pull request
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [ '1.20' ]
go: [ 'stable' ]
os: [ ubuntu-latest ]
env:
GO111MODULE: on
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [ '1.20' ]
go: [ 'stable' ]
os: [ macos-latest ]
env:
GO111MODULE: on
Expand Down

0 comments on commit c43d2c0

Please sign in to comment.