Skip to content

Merge pull request #39 from socialplusjp/dependabot/github_actions/ac… #30

Merge pull request #39 from socialplusjp/dependabot/github_actions/ac…

Merge pull request #39 from socialplusjp/dependabot/github_actions/ac… #30

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@v5
- 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