Skip to content

Update go to version 1.21.3 and wireguard go to 20230223181233 #625

Update go to version 1.21.3 and wireguard go to 20230223181233

Update go to version 1.21.3 and wireguard go to 20230223181233 #625

Workflow file for this run

---
name: YAML linting
on:
pull_request:
paths:
- .github/workflows/yamllint.yml
- .yamllint
- '**/**.yml'
- '**/**.yaml'
workflow_dispatch:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install yamllint
- run: yamllint .