Skip to content

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 #2481

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0

chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 #2481

Workflow file for this run

name: Lint
on:
merge_group:
pull_request:
types: [opened, edited, synchronize, reopened]
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Lint
run: make lint