Skip to content

Bump actions/checkout from 5 to 6 #72

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #72

Workflow file for this run

name: Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
defaults:
run:
shell: bash
env:
GO_VERSION: "1.24.1"
jobs:
lint:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: actions/checkout@v6
- name: lint
uses: golangci/golangci-lint-action@v6