Skip to content

Commit 11447e8

Browse files
committed
ops-fix: bump golangci-lint action to v8
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent b368c4b commit 11447e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.24'
2121

2222
- name: Run golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v8
2424
with:
2525
version: latest
2626
args: --timeout=5m

internal/tui/tui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func (a *App) watchGitDir() {
6565
for _, path := range watchPaths {
6666
if err := watcher.Add(path); err != nil {
6767
// ignore errors for paths that might not exist yet
68+
log.Printf("error watching path %s: %v", path, err.Error())
6869
}
6970
}
7071

0 commit comments

Comments
 (0)