Skip to content

chore(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0 #178

chore(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0

chore(deps): bump github.com/google/uuid from 1.3.0 to 1.6.0 #178

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build vib
run: |
go get ./...
make build
- name: Build plugins
run: |

Check failure on line 28 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
go get ./...
make build-plugins