Skip to content

Commit 703460c

Browse files
committed
test: fix trivy
1 parent b01c9f8 commit 703460c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trivy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Install go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v3
1717
with:
18-
go-version: ^1.16
18+
go-version: ^1.19
1919

2020
- name: Build an image from Dockerfile
2121
run: |

0 commit comments

Comments
 (0)