Skip to content

Commit 8af92ef

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

3535
# Install Go
3636
- name: Setup go
37-
uses: actions/setup-go@v4.1.0
37+
uses: actions/setup-go@v5.0.0
3838
with:
3939
go-version: ${{ matrix.go }}
4040

0 commit comments

Comments
 (0)