Skip to content

Build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#… #917

Build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#…

Build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#… #917

Workflow file for this run

name: unit-tests
on:
pull_request: ~
push: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: set up go
uses: actions/[email protected]
with:
go-version: "1.22"
- name: cache go modules
uses: actions/[email protected]
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: tests
run: |
go test -v ./...