Skip to content

Drop tracing http client #42

Drop tracing http client

Drop tracing http client #42

on: push
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.20.1' # The Go version to download (if necessary) and use.
- name: Install pre-commit
run: |
pip install pre-commit
- name: Run pre-commit checks
run: |
pre-commit run --all-files