Skip to content

Security: pin GitHub Actions to SHA hashes #138

Security: pin GitHub Actions to SHA hashes

Security: pin GitHub Actions to SHA hashes #138

Workflow file for this run

name: Build
on:
push:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
with:
go-version: "^1.25"
- name: "Checkup"
run: go env GOPATH
- name: "Build"
run: go build