Skip to content

Bump actions/checkout from 2 to 4 #312

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #312

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go build ./...