Skip to content

Bump actions/checkout #93

Bump actions/checkout

Bump actions/checkout #93

Workflow file for this run

name: test
on:
push:
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.0.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.19
check-latest: true
- name: test
run: go test -v ./...