Skip to content

Commit

Permalink
feat(go-lint): update go and golangci-lint (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlanger authored Aug 27, 2024
1 parent 4aa9442 commit 151a18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-lint-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ on:
go-version:
type: string
required: false
default: "1.21.6"
default: "1.22.5"
golangci-lint-version:
type: string
required: false
default: "v1.54.2"
default: "v1.60.3"

jobs:
lint:
Expand Down

0 comments on commit 151a18f

Please sign in to comment.