Skip to content

Commit b790d6a

Browse files
committed
update go modules
1 parent 5e785d8 commit b790d6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/functional.yml

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
type=ref,event=pr
101101
type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }}
102102
103+
- name: Update Go Modules
104+
if: ${{ github.event_name == 'schedule' }}
105+
run: make update-go-modules
106+
working-directory: ./conformance
107+
103108
- name: NGINX Docker meta
104109
id: nginx-meta
105110
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1

0 commit comments

Comments
 (0)