Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

fix(deps): update module github.com/golangci/golangci-lint to v1.62.0… #97

fix(deps): update module github.com/golangci/golangci-lint to v1.62.0…

fix(deps): update module github.com/golangci/golangci-lint to v1.62.0… #97

Workflow file for this run

name: tests
on:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: false
- run: |
make test
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: false
- run: |
make \
IMG=localhost:5005/manager:e2e \
cluster \
docker-build docker-push \
deploy
- run: |
make test-e2e