Skip to content

Commit cafdd4d

Browse files
build(deps): bump actions/setup-go from 5 to 6 (#313)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Janiszewski <[email protected]>
1 parent 8f823f3 commit cafdd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/setup-go@v5
15+
- uses: actions/setup-go@v6
1616
with:
17-
go-version: ~1.22
17+
go-version: ~1.24
1818
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 1

0 commit comments

Comments
 (0)