Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

fix(deps): update module github.com/alicebob/miniredis/v2 to v2.31.0 #212

fix(deps): update module github.com/alicebob/miniredis/v2 to v2.31.0

fix(deps): update module github.com/alicebob/miniredis/v2 to v2.31.0 #212

Workflow file for this run

name: go-build
on:
workflow_dispatch:
pull_request:
paths:
- "backend/**"
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: Build
run: |
cd ./backend
go build -v ./cmd/main.go