Skip to content

build(deps): bump actions/checkout from 4.1.1 to 6.0.2 #415

build(deps): bump actions/checkout from 4.1.1 to 6.0.2

build(deps): bump actions/checkout from 4.1.1 to 6.0.2 #415

Workflow file for this run

name: Build & Test
on:
workflow_dispatch:
push:
branches:
- '*'
pull_request:
branches:
- '*'
permissions: {}
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: 'go.mod'
check-latest: true
- run: ./scripts/build
- run: go test -race ./...