Skip to content

Commit

Permalink
Update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
bells17 committed May 10, 2024
1 parent f6164a1 commit 1c74213
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Get Go version
id: go-version
run: |
GO_VERSION=$(cat release-tools/prow.sh | grep "configvar CSI_PROW_GO_VERSION_BUILD" | awk '{print $3}' | sed 's/"//g')
echo "version=$GO_VERSION" >> $GITHUB_OUTPUT
- name: Install go
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ${{ steps.go-version.outputs.version }}

- name: Build images from Dockerfile
run: |
make
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c74213

Please sign in to comment.