Skip to content

chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.10 #2136

chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.10

chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.10 #2136

Workflow file for this run

on: pull_request
name: Build
# Declare default permissions as read only
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}