Skip to content

chore: bump to go1.23.2 #307

chore: bump to go1.23.2

chore: bump to go1.23.2 #307

---
name: "Check: golangci-lint"
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
-
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
-
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61