Skip to content

Static IPs for Gateways #223

Static IPs for Gateways

Static IPs for Gateways #223

Workflow file for this run

name: lint
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch: {}
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '^1.19'
#
# - name: Cache Go modules
# uses: actions/cache@v3
# with:
# path: ~/go/pkg/mod
# key: ${{ runner.os }}-build-codegen-${{ hashFiles('**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-build-codegen-
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Linters
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose