Skip to content

lambdaurl: Populate RemoteAddr with SourceIP #613

lambdaurl: Populate RemoteAddr with SourceIP

lambdaurl: Populate RemoteAddr with SourceIP #613

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: run golangci-golint on the project
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1'
- run: go version
- uses: actions/checkout@v3
- name: golangci-golint
run: |
curl -sSfL https://github.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2
./bin/golangci-lint run -v ./...