Skip to content

Commit

Permalink
fix: bump-up golangci/golangci-lint-action@v2 --> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Nov 7, 2022
1 parent 465ca93 commit 829b184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --config ./.golangci.yml
2 changes: 1 addition & 1 deletion .github/workflows/version-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
docker save --output ${{ env.PATH_CACHE }}/github_v1_15_1.tar github_v1_15:latest
docker save --output ${{ env.PATH_CACHE }}/github_v1_16_1.tar github_v1_16:latest
docker save --output ${{ env.PATH_CACHE }}/github_v1_17_1.tar github_v1_17:latest
docker save --output ${{ env.PATH_CACHE }}/github_v1_17_1.tar github_v1_18:latest
docker save --output ${{ env.PATH_CACHE }}/github_v1_18_1.tar github_v1_18:latest
docker save --output ${{ env.PATH_CACHE }}/github_latest_1.tar github_latest:latest
docker save --output ${{ env.PATH_CACHE }}/github_mergeability_1.tar github_mergeability:latest
Expand Down

0 comments on commit 829b184

Please sign in to comment.