We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0980153 commit 21db0e0Copy full SHA for 21db0e0
.github/workflows/benchmark.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Install Go
8
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
9
with:
10
go-version: 1.19.x
11
- name: Fetch Repository
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.platform }}
14
15
16
17
18
go-version: ${{ matrix.go-version }}
19
- name: Setup Golang caches
.github/workflows/vulncheck.yml
0 commit comments