Skip to content

chore(deps): update golangci/golangci-lint-action action to v6.1.1 (release-2.1) #483

chore(deps): update golangci/golangci-lint-action action to v6.1.1 (release-2.1)

chore(deps): update golangci/golangci-lint-action action to v6.1.1 (release-2.1) #483

Workflow file for this run

name: Wrangler CI
on:
push:
pull_request:
tags:
- v*
branches:
- 'release-*'
- 'master'
jobs:
ci:
strategy:
matrix:
arch:
- amd64
- arm64
runs-on: org-${{ github.repository_owner_id }}-${{ matrix.arch }}-k8s
container: registry.suse.com/bci/golang:1.22
steps:
- name : Checkout repository
# https://github.com/actions/checkout/releases/tag/v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name : Install mockgen
run: go install -v -x github.com/golang/mock/mockgen@v1.6.0
- name : Run CI
run: bash scripts/ci