Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/amazon-network-policy-controller-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c1779d74f5c5680282ec169fd470016d699e50cd
Choose a base ref
..
head repository: aws/amazon-network-policy-controller-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99044663c0cdd28c888c4a5f9ea2be8e4d4378ed
Choose a head ref
Showing with 6 additions and 2 deletions.
  1. +6 −2 .github/workflows/pr-tests.yaml
8 changes: 6 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
@@ -68,10 +68,14 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set variables
run: |
VER=$(cat .go-version)
echo "VERSION=$VER" >> $GITHUB_ENV
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
go-version: ${{ env.VERSION }}
cache-dependency-path: "**/go.sum"
- name: Install `govulncheck`
run: go install golang.org/x/vuln/cmd/govulncheck@latest