Skip to content

chore: Update go to 1.22 #138

chore: Update go to 1.22

chore: Update go to 1.22 #138

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- 'examples/**'
- 'templates/**'
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- 'examples/**'
- 'templates/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
args: --timeout 10m0s