Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
ci: updating golangci-lint to v1.57.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Mar 31, 2024
1 parent 486db7f commit f10b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fix-formatting:

check-go-linting:
FROM +golang-base
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.0
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
DO +INSTALL_DEPENDENCIES
DO +COPY_SOURCECODE
RUN ./ci/check-go-linting.sh
Expand Down

0 comments on commit f10b217

Please sign in to comment.