Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Bump actions/checkout from 3.5.3 to 3.6.0 #380

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #380

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: ["main", "dev"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version: 1.19 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: go test ./...