Skip to content

Commit a9e87b5

Browse files
authored
ci(action): update actions/setup-go action to v5 (#23)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 711a1a9 commit a9e87b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Set up ${{ matrix.go-version }}
23-
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
23+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626

0 commit comments

Comments
 (0)