Skip to content

chore(deps): bump actions/cache from 3 to 4 (#30) #70

chore(deps): bump actions/cache from 3 to 4 (#30)

chore(deps): bump actions/cache from 3 to 4 (#30) #70

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ~1.18
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
skip-go-installation: true