Skip to content

FEAT: Added/Updated [key, repositories, package, repository, fork, SSH, email]| Removed [key, repositories, package, beta, repository, fork, SSH, email] | Dependencies updated: [github.com/microsoft/kiota-http-go to v1.3.0 from v1.3.1, github.com/google/uuid to v1.5.0 from v1.6.0, go.opentelemetry.io/otel, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/trace to v1.22.0 from v1.23.1 ] #21

FEAT: Added/Updated [key, repositories, package, repository, fork, SSH, email]| Removed [key, repositories, package, beta, repository, fork, SSH, email] | Dependencies updated: [github.com/microsoft/kiota-http-go to v1.3.0 from v1.3.1, github.com/google/uuid to v1.5.0 from v1.6.0, go.opentelemetry.io/otel, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/trace to v1.22.0 from v1.23.1 ]

FEAT: Added/Updated [key, repositories, package, repository, fork, SSH, email]| Removed [key, repositories, package, beta, repository, fork, SSH, email] | Dependencies updated: [github.com/microsoft/kiota-http-go to v1.3.0 from v1.3.1, github.com/google/uuid to v1.5.0 from v1.6.0, go.opentelemetry.io/otel, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/trace to v1.22.0 from v1.23.1 ] #21

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
# Optional: golangci-lint command line arguments.
#
# Note: By default, the `.golangci.yml` file should be at the root of the repository.
# The location of the configuration file can be changed by using `--config=`
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0