Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Merge pull request #5 from vitalvas/dependabot/go_modules/golang.org/… #28

Merge pull request #5 from vitalvas/dependabot/go_modules/golang.org/…

Merge pull request #5 from vitalvas/dependabot/go_modules/golang.org/… #28

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