Skip to content

Bump github.com/redis/go-redis/v9 from 9.5.2 to 9.5.3 #12

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

Bump github.com/redis/go-redis/v9 from 9.5.2 to 9.5.3 #12

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