Skip to content

Bump github.com/hewlettpackard/hpegl-provider-lib from 0.0.17 to 0.0.22 #710

Bump github.com/hewlettpackard/hpegl-provider-lib from 0.0.17 to 0.0.22

Bump github.com/hewlettpackard/hpegl-provider-lib from 0.0.17 to 0.0.22 #710

Workflow file for this run

name: CI Lint Check
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.21' ]
steps:
- name: Checkout workspace
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Install necessary tools
run: make tools
- name: Run unit tests
run: make unit-test
- name: Build the code
run: make build
- name: Validate lint
run: make lint