Skip to content

Bump the global group with 1 update #271

Bump the global group with 1 update

Bump the global group with 1 update #271

Workflow file for this run

name: Test/Lint/Fmt/Vet
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- uses: actions/checkout@v4
- name: Test
run: make test