Skip to content

Remove json.Marshal and json.Unmarshal since it's expensive to perfor… #102

Remove json.Marshal and json.Unmarshal since it's expensive to perfor…

Remove json.Marshal and json.Unmarshal since it's expensive to perfor… #102

Workflow file for this run

name: postsubmit
on:
push:
branches: [main]
workflow_dispatch:
jobs:
postsubmit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: hydrate-goproxy
run: |
mkdir -p hydrate-goproxy
cd hydrate-goproxy
go mod init hydrate-goproxy
go get github.com/awslabs/operatorpkg@${GITHUB_SHA}