Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Bump actions/setup-go from 3 to 6 #14

Bump actions/setup-go from 3 to 6

Bump actions/setup-go from 3 to 6 #14

Workflow file for this run

name: Review
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: reviewdog/action-golangci-lint@v1
with:
level: info
github_token: ${{ secrets.GITHUB_TOKEN }}