Skip to content

fix: update to go 1.22.2 due to vulnerabilities in go std library #10

fix: update to go 1.22.2 due to vulnerabilities in go std library

fix: update to go 1.22.2 due to vulnerabilities in go std library #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: golangci/golangci-lint-action@v4