Skip to content

Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 in the not-major group #47

Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 in the not-major group

Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 in the not-major group #47

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:
- 'stable'
- 'oldstable'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2