Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 #313

Bump actions/checkout from 3.5.3 to 3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0 #313

Workflow file for this run

name: Go
on:
pull_request:
paths:
- .github/workflows/go.yml
- '**/*.go'
- go.sum
- justfile
jobs:
lint:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: just go-lint --verbose --timeout=10m
fmt:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: just go-fmt-check
unit-test:
runs-on: ubuntu-20.04
container: ghcr.io/linkerd/dev:v39-go
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- run: just proxy-init-test-unit