Skip to content

build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.36.2 #222

build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.36.2

build(deps): bump github.com/onsi/gomega from 1.27.10 to 1.36.2 #222

Workflow file for this run

name: Test & Build
on:
workflow_call:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22.4
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m
# skip cache because of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true
- run: make test