INTERNAL: Use golangci-lint-action#43
Merged
Merged
Conversation
Author
|
GitHub Actions 마켓프레이스에 현재 등록된 v2.12.1은 v7부터 지원되어 일단 v7으로 설정해둔 상태입니다. |
namsic
reviewed
May 11, 2026
| run: | | ||
| go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest | ||
| golangci-lint run | ||
| uses: golangci/golangci-lint-action@v7 |
Member
There was a problem hiding this comment.
golangci-lint-action@v9 사용할 수 있나요?
Member
가능하면 최신 버전으로 올려두는게 좋을 것 같은데, 어떤가요? |
Author
|
v9을 사용하여 최신 버전으로 유지하는게 좋아보입니다. 변경하도록 하겠습니다. |
namsic
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did
go install ...@latest방식의golangci-lint설치를 공식 GitHub Actions 방식으로 변경합니다.기존 방식의 경우 더 이상 최신화되는 방식이 아니며, 공식문서에서도 아래와 같이 GitHub Actions를 사용할 것은 권장하고 있습니다.