Skip to content

Commit 8ac0c74

Browse files
chore(deps): update actions/setup-go action to v5 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 231dfb8 commit 8ac0c74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.15
1717

@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Set up Go
31-
uses: actions/setup-go@v2
31+
uses: actions/setup-go@v5
3232
with:
3333
go-version: 1.15
3434

@@ -44,7 +44,7 @@ jobs:
4444
needs: [lint, test]
4545
steps:
4646
- name: Set up Go
47-
uses: actions/setup-go@v2
47+
uses: actions/setup-go@v5
4848
with:
4949
go-version: 1.15
5050

0 commit comments

Comments
 (0)