Skip to content

Commit

Permalink
Merge pull request #21 from golift/renovate/golangci-golangci-lint-ac…
Browse files Browse the repository at this point in the history
…tion-4.x

Update golangci/golangci-lint-action action to v4
  • Loading branch information
davidnewhall authored Apr 7, 2024
2 parents f2615fa + e9d6b70 commit c38cb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
go-version: stable
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: 'v1.55'
# Runs golangci-lint on linux against linux and windows.
Expand All @@ -53,6 +53,6 @@ jobs:
go-version: stable
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: 'v1.55'

0 comments on commit c38cb33

Please sign in to comment.