Skip to content

Commit 8fe9644

Browse files
committed
Automated actions upgrade
Changing actions/setup-go v4 to v5 Changing actions/setup-go v4 to v5 Changing actions/setup-go v4 to v5
1 parent d712eb2 commit 8fe9644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Install Go
44-
uses: actions/setup-go@v4
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version-file: go.mod
4747

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Setup Go environment
36-
uses: actions/setup-go@v4
36+
uses: actions/setup-go@v5
3737
with:
3838
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
3939
go-version: 1.19

0 commit comments

Comments
 (0)