Skip to content

Commit

Permalink
Use latest golangci-lint-action with Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 29, 2024
1 parent 34346b0 commit 8894e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.23.x"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest

Expand Down

0 comments on commit 8894e54

Please sign in to comment.