Skip to content

Commit c27a565

Browse files
committed
ci: move to Node24-ready action versions and disable Go cache
1 parent 9d23b16 commit c27a565

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version-file: go.mod
25+
cache: false
2526

2627
- name: Format check
2728
run: |

0 commit comments

Comments
 (0)