Skip to content

Add dependabot updates for github-actions, change github actions with… #141

Add dependabot updates for github-actions, change github actions with…

Add dependabot updates for github-actions, change github actions with… #141

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3