Skip to content

fix: update go.mod to keep deps stable for compression behaviors #2101

fix: update go.mod to keep deps stable for compression behaviors

fix: update go.mod to keep deps stable for compression behaviors #2101

Workflow file for this run

name: ci
on:
push:
branches:
- main
- rel-**
pull_request:
branches:
- main
- rel-**
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
# note >-, args needs to be strings to be used as inputs
# for the reusable build.yaml workflow
go-version: >-
["1.19.x"]
privilege-level: >-
["unpriv", "priv"]