Skip to content

Bump Golang to v1.20.6 for release-1.11. #5765

Bump Golang to v1.20.6 for release-1.11.

Bump Golang to v1.20.6 for release-1.11. #5765

Workflow file for this run

name: Pull Request Linter Check
on: [pull_request]
jobs:
build:
name: Run Linter Check
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Linter check
run: make lint