Skip to content

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #146

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #146

Workflow file for this run

on: [push, pull_request]
name: Test
permissions: {}
jobs:
test:
strategy:
matrix:
go-version: [1.20.x,1.21.x,1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: make test