Skip to content

Bump HPE/hpegl from 0.4.8 to 0.4.9 in /examples/vmaas/resources/hpegl_vmaas_instance #1039

Bump HPE/hpegl from 0.4.8 to 0.4.9 in /examples/vmaas/resources/hpegl_vmaas_instance

Bump HPE/hpegl from 0.4.8 to 0.4.9 in /examples/vmaas/resources/hpegl_vmaas_instance #1039

Workflow file for this run

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