Skip to content

chore(deps): bump google-github-actions/release-please-action from 3.7.6 to 4.1.1 #71

chore(deps): bump google-github-actions/release-please-action from 3.7.6 to 4.1.1

chore(deps): bump google-github-actions/release-please-action from 3.7.6 to 4.1.1 #71

Workflow file for this run

---
name: Go unit tests
on:
workflow_dispatch:
push:
pull_request:
env:
GO_VERSION: '~1.22'
jobs:
golangci:
name: Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test