Skip to content

chore(deps): Update Go version to 1.22.3 in go.mod file #3

chore(deps): Update Go version to 1.22.3 in go.mod file

chore(deps): Update Go version to 1.22.3 in go.mod file #3

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2