Skip to content

Commit

Permalink
Merge branch 'master' into os-improve-connection-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Feb 14, 2024
2 parents 48c378c + a157737 commit b1f20d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -23,4 +23,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.35.0
uses: rojopolis/spellcheck-github-actions@0.36.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
2 changes: 1 addition & 1 deletion .github/workflows/test-redis-enterprise.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.21.x]
re-build: ["7.2.4-92"]
re-build: ["7.2.4-108"]

steps:
- name: Checkout code
Expand Down

0 comments on commit b1f20d1

Please sign in to comment.