Skip to content

Bump actions/setup-go from 4.1.0 to 5.2.0 #83

Bump actions/setup-go from 4.1.0 to 5.2.0

Bump actions/setup-go from 4.1.0 to 5.2.0 #83

Workflow file for this run

# Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.62.2
args: --timeout=5m --verbose