Skip to content

feat(provider): Happy Eyeballs for 1.1.1.1 v.s. 1.0.0.1 #2694

feat(provider): Happy Eyeballs for 1.1.1.1 v.s. 1.0.0.1

feat(provider): Happy Eyeballs for 1.1.1.1 v.s. 1.0.0.1 #2694

Workflow file for this run

name: golangci-lint
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: 🛡️ Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
disable-sudo: true
policy: golangci-lint
- name: 🏗️ Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: stable
- name: 🚚 Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- name: 🧹 Run golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: latest