Skip to content

Renovate: Update actions/checkout digest to 34e1148 #265

Renovate: Update actions/checkout digest to 34e1148

Renovate: Update actions/checkout digest to 34e1148 #265

Workflow file for this run

name: "Unit tests"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: 'go.mod'
token: ${{ secrets.GITHUB_TOKEN }}
- name: lint & test
run: make test
- name: build
run: make build-all