Skip to content

Commit

Permalink
use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pantrif committed Jul 23, 2024
1 parent fa64517 commit 593d946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v6
with:
version: v1.59

Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: set up go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down

0 comments on commit 593d946

Please sign in to comment.