Skip to content

Commit

Permalink
Upgrade faillint
Browse files Browse the repository at this point in the history
Fixes compatibility with Go 1.23
  • Loading branch information
ntap-fge committed Oct 18, 2024
1 parent 45c2f81 commit c0324f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
go install github.com/golang/protobuf/[email protected]
go install github.com/gogo/protobuf/[email protected]
go install github.com/fatih/faillint@v1.11.0
go install github.com/fatih/faillint@v1.14.0
- name: Test
run: make BUILD_IN_CONTAINER=false test
Expand Down
2 changes: 1 addition & 1 deletion vali-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk add --no-cache docker-cli
# github.com/fatih/[email protected] requires golang.org/x/[email protected]
# (not golang.org/x/[email protected] from golang.org/x/tools/cmd/goyacc@58d531046acdc757f177387bc1725bfa79895d69)
FROM docker.io/library/golang:1.23.2 as faillint
RUN go install github.com/fatih/faillint@v1.11.0
RUN go install github.com/fatih/faillint@v1.14.0

FROM docker.io/library/golang:1.23.2-bookworm
RUN apt-get update && \
Expand Down

0 comments on commit c0324f5

Please sign in to comment.