Skip to content

Bump github.com/threefoldtech/tfgrid-sdk-go/grid-proxy #1247

Bump github.com/threefoldtech/tfgrid-sdk-go/grid-proxy

Bump github.com/threefoldtech/tfgrid-sdk-go/grid-proxy #1247

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "README.md"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --config=.golangci.yml