Skip to content

Update actions/checkout digest to 11bd719 #303

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #303

Workflow file for this run

---
name: test build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: setup go env
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: 1.16
- name: build
run: go build -v ./...