Skip to content

Bump golang.org/x/sys from 0.22.0 to 0.28.0 #723

Bump golang.org/x/sys from 0.22.0 to 0.28.0

Bump golang.org/x/sys from 0.22.0 to 0.28.0 #723

Workflow file for this run

name: ci-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test
- name: Start minikube
uses: medyagh/setup-minikube@latest
- run: ASSUME_MINIKUBE_IS_CONFIGURED=true make test-e2e