Skip to content

Bump k8s.io/apimachinery from 0.35.3 to 0.35.4 in the all group across 1 directory #254

Bump k8s.io/apimachinery from 0.35.3 to 0.35.4 in the all group across 1 directory

Bump k8s.io/apimachinery from 0.35.3 to 0.35.4 in the all group across 1 directory #254

Workflow file for this run

# Copyright 2024 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: go-build-test
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
permissions: {}
jobs:
go-build-test:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
with:
egress-policy: audit
- name: Check out code onto GOPATH
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: './go.mod'
check-latest: true
- name: test
run: |
# Exclude running unit tests against third_party repos.
go test -v -race ./...