Skip to content

chore(deps): bump golang from 1.26.5 to 1.27.0 #1380

chore(deps): bump golang from 1.26.5 to 1.27.0

chore(deps): bump golang from 1.26.5 to 1.27.0 #1380

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: lint
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v7
- name: setup go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: go mod tidy check
uses: katexochen/go-tidy-check@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: v2.11.3 # LINT_VERSION: update version in other places
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
repo-checkout: false
go-package: ./...