Skip to content

Commit

Permalink
Merge pull request #259 from sue445/golangci_lint_version_env
Browse files Browse the repository at this point in the history
ci: Extract to GOLANGCI_LINT_VERSION
  • Loading branch information
sue445 authored Jan 23, 2025
2 parents 12bdbbf + 6e82e95 commit 31c57f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
TEST_ARGS: -coverprofile coverage.out -covermode atomic
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig/
LD_LIBRARY_PATH: /opt/oracle/instantclient
GOLANGCI_LINT_VERSION: v1.60

jobs:
mysql:
Expand Down Expand Up @@ -309,7 +310,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: ${{ env.GOLANGCI_LINT_VERSION }}

- name: Slack Notification (not success)
uses: act10ns/slack@v2
Expand Down

0 comments on commit 31c57f4

Please sign in to comment.