Skip to content

Bump actions/stale from 5.1.1 to 9.1.0 #350

Bump actions/stale from 5.1.1 to 9.1.0

Bump actions/stale from 5.1.1 to 9.1.0 #350

Workflow file for this run

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