Skip to content

Update go version, actions versions, and dep versions #22

Update go version, actions versions, and dep versions

Update go version, actions versions, and dep versions #22

Workflow file for this run

name: golangci
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0