Skip to content

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL) #173

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL)

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL) #173

Workflow file for this run

name: Run lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: make lint