Skip to content

don't accept a *Job in Job for Update if the ptr address doesn't match #855

don't accept a *Job in Job for Update if the ptr address doesn't match

don't accept a *Job in Job for Update if the ptr address doesn't match #855

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.53.1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test