Skip to content

Commit f4aee25

Browse files
Update actions/setup-go action to v5 (#73)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v2 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 191ea6a commit f4aee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.17
2020

0 commit comments

Comments
 (0)