Skip to content

Bump go.uber.org/fx from 1.20.1 to 1.21.0 #156

Bump go.uber.org/fx from 1.20.1 to 1.21.0

Bump go.uber.org/fx from 1.20.1 to 1.21.0 #156

Workflow file for this run

name: "Run linter"
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
lint:
name: Lint Code Base
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.22'
cache: false
- name: Lint Code Base
uses: golangci/golangci-lint-action@v4
with:
version: latest
install-mode: goinstall