Skip to content

cicd: upgrade setup-go to v5 and checkout to v4 #17

cicd: upgrade setup-go to v5 and checkout to v4

cicd: upgrade setup-go to v5 and checkout to v4 #17

Workflow file for this run

name: Run golangci-lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54