Skip to content

INTERNAL: Use golangci-lint-action#43

Merged
oliviarla merged 1 commit into
developfrom
golangci-lint
May 11, 2026
Merged

INTERNAL: Use golangci-lint-action#43
oliviarla merged 1 commit into
developfrom
golangci-lint

Conversation

@f1v3-dev
Copy link
Copy Markdown

🔗 Related Issue

⌨️ What I did

  • 기존 go install ...@latest 방식의 golangci-lint 설치를 공식 GitHub Actions 방식으로 변경합니다.

기존 방식의 경우 더 이상 최신화되는 방식이 아니며, 공식문서에서도 아래와 같이 GitHub Actions를 사용할 것은 권장하고 있습니다.

image

@f1v3-dev f1v3-dev self-assigned this May 11, 2026
@f1v3-dev f1v3-dev requested a review from namsic May 11, 2026 08:38
@f1v3-dev
Copy link
Copy Markdown
Author

GitHub Actions 마켓프레이스에 현재 등록된 golangci-lint-action 최신 버전은 v9인데, 어떤 버전으로 가는 것이 좋을까요?

v2.12.1은 v7부터 지원되어 일단 v7으로 설정해둔 상태입니다.

Comment thread .github/workflows/ci.yml Outdated
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run
uses: golangci/golangci-lint-action@v7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

golangci-lint-action@v9 사용할 수 있나요?

@namsic
Copy link
Copy Markdown
Member

namsic commented May 11, 2026

GitHub Actions 마켓프레이스에 현재 등록된 golangci-lint-action 최신 버전은 v9인데, 어떤 버전으로 가는 것이 좋을까요?

가능하면 최신 버전으로 올려두는게 좋을 것 같은데, 어떤가요?

@f1v3-dev
Copy link
Copy Markdown
Author

v9을 사용하여 최신 버전으로 유지하는게 좋아보입니다. 변경하도록 하겠습니다.

@namsic namsic requested a review from oliviarla May 11, 2026 09:17
@oliviarla oliviarla merged commit 3dd0538 into develop May 11, 2026
1 check passed
@f1v3-dev f1v3-dev deleted the golangci-lint branch May 12, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants