Skip to content

Commit

Permalink
gha: lock setup-go to 1.22
Browse files Browse the repository at this point in the history
Because golang 1.23 was just released and causes many
golangci-lint-action errors.
  • Loading branch information
andrewhsu committed Aug 19, 2024
1 parent 08ab2ba commit e062fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: 1.22
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
Expand Down

0 comments on commit e062fef

Please sign in to comment.