Skip to content

Merge pull request #42 from socialplusjp/dependabot/github_actions/go… #68

Merge pull request #42 from socialplusjp/dependabot/github_actions/go…

Merge pull request #42 from socialplusjp/dependabot/github_actions/go… #68

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install dependencies
run: go get .
- name: Test with the Go CLI
run: go test -v