Skip to content

Revert "feat: Expose Ubuntu fix status for downstream consumption" #1838

Revert "feat: Expose Ubuntu fix status for downstream consumption"

Revert "feat: Expose Ubuntu fix status for downstream consumption" #1838

Workflow file for this run

---
name: Go
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.54
args: --verbose
- name: Test
run: |
go test -v ./...