Skip to content

rebase: Bump golang.org/x/sys from 0.9.0 to 0.10.0 #6818

rebase: Bump golang.org/x/sys from 0.9.0 to 0.10.0

rebase: Bump golang.org/x/sys from 0.9.0 to 0.10.0 #6818

Workflow file for this run

---
name: go-test
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: go-test
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test
go-test-api:
name: go-test-api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: go-test-api
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test-api