Skip to content

Bump k8s.io/code-generator from 0.29.3 to 0.30.2 #69

Bump k8s.io/code-generator from 0.29.3 to 0.30.2

Bump k8s.io/code-generator from 0.29.3 to 0.30.2 #69

Workflow file for this run

# Copyright 2024 Nokia
# Licensed under the Apache License 2.0
# SPDX-License-Identifier: Apache-2.0
---
name: Test
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
- "!releases/**"
env:
GOVER: 1.22.2
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
- run: go test -cover ./...
env:
CGO_ENABLED: 0
# run staticcheck