Skip to content

Update module github.com/ar90n/countrymaam to v0.0.0-20230723212941-3… #141

Update module github.com/ar90n/countrymaam to v0.0.0-20230723212941-3…

Update module github.com/ar90n/countrymaam to v0.0.0-20230723212941-3… #141

Workflow file for this run

name: CI
on:
push:
env:
TZ: 'Asia/Tokyo'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: go fmt
run: go fmt ./...
- name: go vet
run: go vet -v ./...
- name: go test
run: go test -v