Skip to content

Commit 98a94cc

Browse files
renovate[bot]kodiakhq[bot]
authored andcommitted
chore(deps): update actions/setup-go action to v5
1 parent 409ee40 commit 98a94cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Check out code into the Go module directory
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Install Go
29-
uses: actions/setup-go@v3
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: 1.24.x
3232
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)