Skip to content

Bump github.com/onsi/gomega from 1.38.2 to 1.39.1 #216

Bump github.com/onsi/gomega from 1.38.2 to 1.39.1

Bump github.com/onsi/gomega from 1.38.2 to 1.39.1 #216

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths-ignore: ['**.md']
pull_request:
types: [opened, synchronize]
paths-ignore: ['**.md']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make test
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: make docker-build
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make lint
lint-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: make lint-chart