Skip to content

chore(deps): update actions/checkout action to v4 #61

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #61

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: checkout
uses: actions/checkout@v4
- name: test
run: go test -v