Skip to content

🌱 Bump go version from 1.20 to 1.21 #134

🌱 Bump go version from 1.20 to 1.21

🌱 Bump go version from 1.20 to 1.21 #134

Workflow file for this run

name: dco-check
on:
pull_request:
push:
branches:
- master
- "release-*"
jobs:
check:
name: DCO Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check