Skip to content

Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2 #9

Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2

Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2 #9

Workflow file for this run

on: push
env:
GO_VERSION: 1.22
jobs:
Build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- run: go build cmd/main.go