Skip to content

Commit

Permalink
go version & golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider4711 committed Feb 13, 2025
1 parent 3378fc2 commit 46a786a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.23'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
version: v1.60

0 comments on commit 46a786a

Please sign in to comment.