Skip to content

build(deps): bump github.com/valkey-io/valkey-go from 1.0.64 to 1.0.65 #227

build(deps): bump github.com/valkey-io/valkey-go from 1.0.64 to 1.0.65

build(deps): bump github.com/valkey-io/valkey-go from 1.0.64 to 1.0.65 #227

Workflow file for this run

name: Go Test
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v6
with:
go-version: 1.24
# You can test your matrix by printing the current Go version
- name: Display Go version
run: go version
- name: Test it!
run: make V=1 test