Skip to content

Commit 8e029c7

Browse files
committed
updating golang lint version in actions
Signed-off-by: Steve Fraser <[email protected]>
1 parent ef41080 commit 8e029c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v2
1212
with:
13-
go-version: '1.17'
13+
go-version: '1.23.1'
1414
- name: Lint
1515
run: make lint

0 commit comments

Comments
 (0)