Skip to content

Bump actions/setup-go from 6.3.0 to 6.4.0 #162

Bump actions/setup-go from 6.3.0 to 6.4.0

Bump actions/setup-go from 6.3.0 to 6.4.0 #162

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
name: golangci-lint
on:
push:
branches: [ "master" ]
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run golangci-lint
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v2.0 golangci-lint run -v