Skip to content

fix(deps): update istio.io/istio digest to 3a3693f [security] - autoclosed #2131

fix(deps): update istio.io/istio digest to 3a3693f [security] - autoclosed

fix(deps): update istio.io/istio digest to 3a3693f [security] - autoclosed #2131

Workflow file for this run

name: build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.0
- name: Go Building
run: |
go test -v -race ./...
go build main.go