Skip to content

Commit 25e3ac2

Browse files
Update actions/setup-go action to v5
1 parent 0bea087 commit 25e3ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
languages: ${{ matrix.language }}
3030

3131
- name: "Set up Go"
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version: 1.15
3535

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Go
15-
uses: actions/setup-go@v4
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: 1.16
1818
- name: Cache Go modules

0 commit comments

Comments
 (0)