Skip to content

Commit 2d518da

Browse files
renovate[bot]Your Name
andauthored
chore(deps): update actions/setup-go action to v6 (#267)
* chore(deps): update actions/setup-go action to v6 * bump go version in actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Your Name <you@example.com>
1 parent dc3934e commit 2d518da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.22
21+
go-version: 1.24
2222

2323
- name: Pre-Build
2424
run: cd src

0 commit comments

Comments
 (0)