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

Bump actions/checkout from 4 to 5 #22

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #22

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17']
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest