Skip to content

chore: bump Go version to 1.27.1 + go mod tidy #510

chore: bump Go version to 1.27.1 + go mod tidy

chore: bump Go version to 1.27.1 + go mod tidy #510

Workflow file for this run

name: linter
on: push
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --config .golangci.yml