Skip to content

Commit e2189a0

Browse files
Update golangci/golangci-lint Docker tag to v1.55.2 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bb0eb5 commit e2189a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: make unit
2626
lint:
2727
runs-on: ubuntu-latest
28-
container: golangci/golangci-lint:v1.55.1
28+
container: golangci/golangci-lint:v1.55.2
2929
steps:
3030
- name: setup
3131
run: git config --global --add safe.directory $(pwd)

0 commit comments

Comments
 (0)