Skip to content

Update module golang.org/x/mod to v0.22.0 - autoclosed #245

Update module golang.org/x/mod to v0.22.0 - autoclosed

Update module golang.org/x/mod to v0.22.0 - autoclosed #245

Workflow file for this run

name: CI checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install devbox
uses: jetpack-io/[email protected]
with:
enable-cache: true
- name: Run checks
run: devbox run -- make check
- name: Run tests
run: devbox run -- make test