Skip to content

Commit

Permalink
fix: CRDs automation (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Jun 10, 2024
1 parent d059b54 commit e25dbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template-update-crds-go-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
EOF
- name: update go.mod
env:
GONOSUMDB: github.com/traefik/hub-crds
GOPROXY: https://gomod.traefiklabs.tech,https://proxy.golang.org,direct
run: |
sed -i -e "s|github.com/traefik/hub-crds .*|github.com/traefik/hub-crds ${{ inputs.CRDS_VERSION }}|g" go.mod
Expand Down

0 comments on commit e25dbe5

Please sign in to comment.