diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release_grpc_buf.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/release_grpc_buf.yml b/.github/workflows/release_grpc_buf.yml index 1e333706..dd543fca 100644 --- a/.github/workflows/release_grpc_buf.yml +++ b/.github/workflows/release_grpc_buf.yml @@ -15,11 +15,6 @@ jobs: matrix: os: [ ubuntu-latest ] steps: - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.19 - - name: Check out code uses: actions/checkout@v3 with: |