Skip to content

Bump versions of Github workflow actions #46

Bump versions of Github workflow actions

Bump versions of Github workflow actions #46

Workflow file for this run

name: test
on:
pull_request: { }
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.17.0'
- run: go test ./...