We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebd42f4 + c67b48d commit db463ecCopy full SHA for db463ec
.github/workflows/security.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Fetch Repository
8
uses: actions/checkout@v2
9
- name: Install Go
10
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
11
with:
12
go-version: '^1.17.6'
13
- name: Install Gosec
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: '${{ matrix.platform }}'
20
steps:
21
22
- uses: actions/setup-go@v1
23
24
go-version: '${{ matrix.go-version }}'
25
- name: Setup Golang caches
0 commit comments