Skip to content

Commit b3c3f58

Browse files
committed
chore: update workflow
1 parent 9b1ba22 commit b3c3f58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
name: "Test generated files are up to date"
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020

21-
- uses: actions/setup-go@v2
21+
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '^1.15.7'
23+
go-version: '^1.23.0'
2424

2525
- name: Regenerate files
2626
run: go generate ./...

0 commit comments

Comments
 (0)