Skip to content

Update pkg/resources/redis/crud.go #313

Update pkg/resources/redis/crud.go

Update pkg/resources/redis/crud.go #313

Workflow file for this run

name: tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Tests
run: make test