Skip to content

Commit

Permalink
bump golangci, and action version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed May 6, 2022
1 parent 007cc18 commit 60c60d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: set up go ${{ matrix.version }}
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.43
version: v1.45
- name: golangci-lint
run: golangci-lint run
- name: tests
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ run:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.44.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.45.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"

0 comments on commit 60c60d9

Please sign in to comment.