Skip to content

Bump github.com/hewlettpackard/hpegl-metal-terraform-resources from 1.3.61 to 1.3.63 #1153

Bump github.com/hewlettpackard/hpegl-metal-terraform-resources from 1.3.61 to 1.3.63

Bump github.com/hewlettpackard/hpegl-metal-terraform-resources from 1.3.61 to 1.3.63 #1153

Workflow file for this run

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