Skip to content

Bump Istio to 1.20 (#483) #29

Bump Istio to 1.20 (#483)

Bump Istio to 1.20 (#483) #29

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: build
run: make build