Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

fix(deps): update module github.com/hellofresh/health-go/v5 to v5.5.0… #131

fix(deps): update module github.com/hellofresh/health-go/v5 to v5.5.0…

fix(deps): update module github.com/hellofresh/health-go/v5 to v5.5.0… #131

Workflow file for this run

# This workflow run linters.
# It is supposed to be run on each push to main branch, as well as for each.
name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
permissions:
contents: read
jobs:
golangci-lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53
skip-cache: true