Skip to content

[release-v1.16][gomod]: Bump k8s.io/api from 0.30.3 to 0.30.9 #195

[release-v1.16][gomod]: Bump k8s.io/api from 0.30.3 to 0.30.9

[release-v1.16][gomod]: Bump k8s.io/api from 0.30.3 to 0.30.9 #195

name: Go unit tests
on:
pull_request:
branches:
- 'release-*'
jobs:
build:
name: go unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: |
go test -v -race ./...