Skip to content

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (#464) #26

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (#464)

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (#464) #26

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: build
run: make build