Skip to content

ci: update core to latest commit in main #802

ci: update core to latest commit in main

ci: update core to latest commit in main #802

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
with:
go-version: 1.24.x
cache: false
- run: make envoy
- run: make pomerium-ui
- name: Run golangci-lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
with:
version: v1.64.8
args: --timeout=10m