Skip to content

chore(deps): bump the golang group with 2 updates #71

chore(deps): bump the golang group with 2 updates

chore(deps): bump the golang group with 2 updates #71

Workflow file for this run

name: test
on:
push:
branches:
- "master"
- "develop"
tags:
- 'v*'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
cache: true
- name: Test
run: go test -v ./...