Skip to content

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #99

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0

Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 #99

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build source code
run: go build ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
only-new-issues: true