Skip to content

build: Update go version to 1.23 and add new dependencies #25

build: Update go version to 1.23 and add new dependencies

build: Update go version to 1.23 and add new dependencies #25

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3