Skip to content

Bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2 #10

Bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2

Bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2 #10

Workflow file for this run

# PR Builder Action
name: Build
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build OpenHue CLI
run: make build