Skip to content

Commit

Permalink
update golangci-lint and setup-go actions to latest versions in CI wo…
Browse files Browse the repository at this point in the history
…rkflow

Signed-off-by: devhindo <[email protected]>
  • Loading branch information
devhindo committed Dec 21, 2024
1 parent 3028e25 commit 8383229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: Run golangci-lint
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: true
Expand Down

0 comments on commit 8383229

Please sign in to comment.