Skip to content

chore(deps): update actions/checkout digest to 11bd719 #49

chore(deps): update actions/checkout digest to 11bd719

chore(deps): update actions/checkout digest to 11bd719 #49

Workflow file for this run

name: build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup go
uses: actions/setup-go@v2
with:
stable: true
- name: Download go modules
run: go mod download
- name: Go build
run: go build -o /dev/null ./...