Skip to content

workflows: test with golang v1.21 #91

workflows: test with golang v1.21

workflows: test with golang v1.21 #91

Workflow file for this run

name: GolangCI-Lint
on: [push, pull_request]
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21
check-latest: true
id: go
- name: Check out code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -c .golangci.yml -v