Skip to content

Commit 5a912c9

Browse files
ci: update actions/setup-go action to v5 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c10a07 commit 5a912c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v3
2020

21-
- uses: actions/setup-go@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: "${{ matrix.go_version }}"
2424
cache: true

0 commit comments

Comments
 (0)