Skip to content

chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 #3375

chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0

chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 #3375

Workflow file for this run

name: Go
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test