Skip to content

Commit

Permalink
Update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakhany authored Jan 19, 2025
1 parent 837a5ef commit c69dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.23.4-alpine as builder
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4

FROM golang:1.23.4-alpine
RUN apk add wayland-dev libx11-dev mesa-dev libffi-dev libxcursor-dev vulkan-headers build-base libxcb-dev libxkbcommon-dev
Expand Down

0 comments on commit c69dbc1

Please sign in to comment.