Skip to content

Bump github.com/redis/rueidis from 1.0.14-go1.18 to 1.0.39 #7941

Bump github.com/redis/rueidis from 1.0.14-go1.18 to 1.0.39

Bump github.com/redis/rueidis from 1.0.14-go1.18 to 1.0.39 #7941

Workflow file for this run

name: mixin
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Generate
run: make examples
- name: Check
run: make check-examples
lint:
runs-on: ubuntu-latest
name: Linters (Static Analysis) for Jsonnet (mixin)
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Format
run: |
make jsonnet-format
git diff --exit-code
- name: Linting
run: make jsonnet-lint