Skip to content

Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.3.0 (#5) #19

Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.3.0 (#5)

Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.3.0 (#5) #19

Workflow file for this run

name: Checks
on: ["push"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
with:
version: v1.45
args: --timeout 5m