Skip to content

Commit

Permalink
update firewall crd with ids support
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyMikhalkin committed Jul 2, 2021
1 parent 1418f6f commit 2062309
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 202 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Set up Go 1.16
uses: actions/[email protected]
with:
go-version: '1.16.x'

- name: Check (lint) and Test
run: |
make test-in-docker
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
if: steps.fork.outputs.is_fork_pr == 'false'

- name: Set up Go 1.16
uses: actions/[email protected]
with:
go-version: '1.16.x'

- name: Check (lint) and Test
run: |
make test-in-docker
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}

- name: Set up Go 1.16
uses: actions/[email protected]
with:
go-version: '1.16.x'

- name: Check (lint) and Test
run: |
make test-in-docker
Expand Down
Loading

0 comments on commit 2062309

Please sign in to comment.