Skip to content

Bump actions/checkout from 6.0.0 to 6.0.2 #1117

Bump actions/checkout from 6.0.0 to 6.0.2

Bump actions/checkout from 6.0.0 to 6.0.2 #1117

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: ./go.mod
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
with:
version: latest