Skip to content

Bump the dependencies group with 2 updates #425

Bump the dependencies group with 2 updates

Bump the dependencies group with 2 updates #425

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...