Skip to content

Bump GO to 1.22

Bump GO to 1.22 #61

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: GO lang CI linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6 # https://github.com/marketplace/actions/run-golangci-lint
with:
version: v1.43