Skip to content

Commit

Permalink
ci: Bump go version in lint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 13, 2023
1 parent 405f5f2 commit 667231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 667231a

Please sign in to comment.