Skip to content

fix(deps): Update dependency go to v1.23.0 #1767

fix(deps): Update dependency go to v1.23.0

fix(deps): Update dependency go to v1.23.0 #1767

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
args: --verbose