Skip to content

Bump actions/checkout from 4.1.3 to 4.2.1 #108

Bump actions/checkout from 4.1.3 to 4.2.1

Bump actions/checkout from 4.1.3 to 4.2.1 #108

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: lycheeverse/[email protected]
with:
fail: true
make:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.22'
check-latest: true
- run: make ci
compatibility-test:
strategy:
matrix:
go-version:
- '1.21'
- '1.22'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- run: go test -race ./...