Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Merge pull request #31 from vitalvas/dependabot/go_modules/github.com… #54

Merge pull request #31 from vitalvas/dependabot/go_modules/github.com…

Merge pull request #31 from vitalvas/dependabot/go_modules/github.com… #54

Workflow file for this run

name: tests
on:
push:
tags:
- v*
branches:
- master
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3