Skip to content

Commit

Permalink
Update golangci to v1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 23, 2024
1 parent 276d798 commit 06c7053
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VARIANT="1.23"

FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}

ARG GOLANGCI_LINT_VERSION="1.49.0"
ARG GOLANGCI_LINT_VERSION="1.61.0"

RUN echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' \
| tee /etc/apt/sources.list.d/goreleaser.list
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "1.23",
"GOLANGCI_LINT_VERSION": "1.49.0"
"GOLANGCI_LINT_VERSION": "1.61.0"
}
},
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.49
version: v1.61
args: --timeout 30m
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Format
uses: golangci/golangci-lint-action@v6
with:
version: v1.49
version: v1.61
args: --fix --timeout 30m
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 06c7053

Please sign in to comment.