Skip to content

Commit 10d52dc

Browse files
Merge pull request #92 from srl-labs/dependabot/github_actions/main/actions/setup-go-5
chore(deps): bump actions/setup-go from 4 to 5
2 parents 348269c + ab50ca9 commit 10d52dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 1
1919

2020
- name: set up go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 1
1919

2020
- name: set up go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 1
3030

3131
- name: set up go
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version: ${{ env.GO_VERSION }}
3535

@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 1
5858

5959
- name: set up go
60-
uses: actions/setup-go@v4
60+
uses: actions/setup-go@v5
6161
with:
6262
go-version: ${{ env.GO_VERSION }}
6363

0 commit comments

Comments
 (0)