Skip to content

Update devcontainer

Update devcontainer #1

Workflow file for this run

on:
pull_request:
paths:
- devcontainer.json
- .github/workflows/devcontainer.yml
permissions:
contents: read
name: CI
jobs:
build:
strategy:
matrix:
go-version: [oldstable, stable]
os: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:
- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
cacheFrom: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
push: always