Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Bump actions/checkout from 3.5.1 to 4.1.1 #433

Bump actions/checkout from 3.5.1 to 4.1.1

Bump actions/checkout from 3.5.1 to 4.1.1 #433

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-2019, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: 1.17.x
- name: Test
run: go test ./...