We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc93fd + 25e3ac2 commit aabe10eCopy full SHA for aabe10e
.github/workflows/codeql-analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
languages: ${{ matrix.language }}
30
31
- name: "Set up Go"
32
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
33
with:
34
go-version: 1.15
35
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
fetch-depth: 0
14
- name: Set up Go
15
16
17
go-version: 1.16
18
- name: Cache Go modules
0 commit comments