Skip to content

build: Upgrade go to v1.22 along with packages #53

build: Upgrade go to v1.22 along with packages

build: Upgrade go to v1.22 along with packages #53

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest