Skip to content

Bump github.com/thediveo/enumflag/v2 from 2.0.4 to 2.0.5 (#112) #5

Bump github.com/thediveo/enumflag/v2 from 2.0.4 to 2.0.5 (#112)

Bump github.com/thediveo/enumflag/v2 from 2.0.4 to 2.0.5 (#112) #5

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Setup Just
uses: extractions/setup-just@v1
- name: Build
run: just