Skip to content

actions(deps): bump actions/setup-go from 4 to 5 #8

actions(deps): bump actions/setup-go from 4 to 5

actions(deps): bump actions/setup-go from 4 to 5 #8

Workflow file for this run

name: pull-go-lint
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/pull-go-lint.yaml'
- '**/*.go'
- '.golangci.yaml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- uses: golangci/[email protected]