Skip to content

ci: Test against current and previous Go versions (#57) #112

ci: Test against current and previous Go versions (#57)

ci: Test against current and previous Go versions (#57) #112

Workflow file for this run

name: golangci-lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1
- name: golangci-lint
uses: golangci/golangci-lint-action@v8