Skip to content

chore(deps): update actions/checkout action to v4 - autoclosed #73

chore(deps): update actions/checkout action to v4 - autoclosed

chore(deps): update actions/checkout action to v4 - autoclosed #73

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
- run: go build .