Skip to content

Commit ae7f410

Browse files
authored
Merge pull request #258 from ruby-go-gem/golangci_lint_version_env
ci: Extract to GOLANGCI_LINT_VERSION
2 parents 256b96e + 6a7328f commit ae7f410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
env:
2222
GO_TEST_ARGS: -coverprofile coverage.out -covermode atomic
2323
TEST_GEM_DIR: ruby/testdata/example/
24+
GOLANGCI_LINT_VERSION: v1.60
2425

2526
jobs:
2627
generate-matrix:
@@ -144,7 +145,7 @@ jobs:
144145
- name: golangci-lint
145146
uses: golangci/golangci-lint-action@v6
146147
with:
147-
version: v1.60
148+
version: ${{ env.GOLANGCI_LINT_VERSION }}
148149
args: --build-tags ${{ env.BUILD_TAG }}
149150

150151
- name: Slack Notification (not success)

0 commit comments

Comments
 (0)