Skip to content

build(deps): bump peter-evans/create-pull-request from 6 to 7 (#77) #175

build(deps): bump peter-evans/create-pull-request from 6 to 7 (#77)

build(deps): bump peter-evans/create-pull-request from 6 to 7 (#77) #175

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: |
make test