Skip to content

Commit c457de7

Browse files
authored
Fix buildifer install (#38)
1 parent 4a60732 commit c457de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
name: "buildifier"
3838
runs-on: ubuntu-22.04
3939
steps:
40-
- name: Set up Go 1.20.x
41-
uses: actions/setup-go@v5
40+
- name: Set up Go
41+
uses: actions/setup-go@v6
4242
with:
43-
go-version: 1.20.x
43+
go-version: "1.25"
4444
cache: false
4545
id: go
4646

0 commit comments

Comments
 (0)