Skip to content

Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 #59

Bump github.com/onsi/gomega from 1.34.1 to 1.34.2

Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 #59

Workflow file for this run

name: "StaticCheck"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
name: "Run CI"
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.22.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go }}
- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
version: "latest"
install-go: false
cache-key: ${{ matrix.go }}