Skip to content

Update versions

Update versions #195

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
permissions:
contents: read
env:
GO_VERSION: 1.20
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2