Skip to content

Bump actions/checkout from 3 to 4 (#231) #608

Bump actions/checkout from 3 to 4 (#231)

Bump actions/checkout from 3 to 4 (#231) #608

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...