Skip to content

chore(deps): update dependency golangci/golangci-lint to v2.12.2 (#56) #180

chore(deps): update dependency golangci/golangci-lint to v2.12.2 (#56)

chore(deps): update dependency golangci/golangci-lint to v2.12.2 (#56) #180

Workflow file for this run

name: "Go Gitops"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
gogitops:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: GoGitOps Step
id: gogitops
uses: beaujr/gogitops-action@v0.2
with:
github-actions-token: ${{secrets.GITHUB_TOKEN}}