Skip to content

github-actions(deps): bump actions/checkout from 2.3.4 to 3.5.1 #120

github-actions(deps): bump actions/checkout from 2.3.4 to 3.5.1

github-actions(deps): bump actions/checkout from 2.3.4 to 3.5.1 #120

Workflow file for this run

name: Tests Go
on: [push]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.15.x]
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3.5.1
- name: Test
run: go test src/go/t1