Skip to content

Commit 91e0a26

Browse files
committed
ci(setup-go): upgrade setup-go to 5.0.2
1 parent c097f0f commit 91e0a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: git fetch --prune --unshallow
1414

1515
- name: Setup Go
16-
uses: actions/setup-go@v4.1.0
16+
uses: actions/setup-go@v5.0.2
1717
with:
1818
go-version-file: 'go.mod'
1919

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Setup Go
14-
uses: actions/setup-go@v4.1.0
14+
uses: actions/setup-go@v5.0.2
1515
with:
1616
go-version-file: 'go.mod'
1717

0 commit comments

Comments
 (0)