Skip to content

Bump HPE/hpegl from 0.3.18 to 0.3.20 in /examples/vmaas/resources/hpegl_vmaas_instance #683

Bump HPE/hpegl from 0.3.18 to 0.3.20 in /examples/vmaas/resources/hpegl_vmaas_instance

Bump HPE/hpegl from 0.3.18 to 0.3.20 in /examples/vmaas/resources/hpegl_vmaas_instance #683

Workflow file for this run

name: GitHub Actions CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.19' ]
name: Go ${{ matrix.go }} CI test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go version
- run: make build
- run: make test