Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Aug 8, 2024
1 parent 841768f commit 04a4ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN zypper -n install gcc vim less file docker git wget curl go
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH_arm64=arm64 GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash

ENV GOLANGCI_LINT=v1.59.0
ENV GOLANGCI_LINT=v1.59.1
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s ${GOLANGCI_LINT};

ENV DAPPER_ENV REPO TAG DRONE_TAG
Expand Down

0 comments on commit 04a4ccc

Please sign in to comment.