Skip to content

chore(deps): bump k8s.io/api from 0.35.2 to 0.35.3 #307

chore(deps): bump k8s.io/api from 0.35.2 to 0.35.3

chore(deps): bump k8s.io/api from 0.35.2 to 0.35.3 #307

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
flags: go-tests
token: ${{ secrets.CODECOV_TOKEN }}
slug: otterscale/module-operator