Skip to content

Commit

Permalink
Merge pull request #50 from frozenbonito/renovate/golangci-lint-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency golangci-lint to v1.58.1
  • Loading branch information
frozenbonito committed May 14, 2024
2 parents 0b1295e + b8c13f5 commit e8cb56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install golangci-lint
ARG GOLANGCI_LINT_VERSION="1.58.0"
ARG GOLANGCI_LINT_VERSION="1.58.1"
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b "$(go env GOPATH)/bin" "v${GOLANGCI_LINT_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.0
version: v1.58.1
- name: Run goreleaser check
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit e8cb56e

Please sign in to comment.