Skip to content

Commit 8f3e7d8

Browse files
committed
Bump lint action to use go 1.22
1 parent 52b5160 commit 8f3e7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Install Go
88
uses: actions/setup-go@v5
99
with:
10-
go-version: 1.21.x
10+
go-version: 1.22.x
1111
check-latest: true
1212
- name: Get golangci-lint version and download rules
1313
shell: bash

0 commit comments

Comments
 (0)