Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Merge pull request #7 from opencl-go/dependabot/go_modules/google.gol… #12

Merge pull request #7 from opencl-go/dependabot/go_modules/google.gol…

Merge pull request #7 from opencl-go/dependabot/go_modules/google.gol… #12

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48