Skip to content

Commit d7e738c

Browse files
Update actions/setup-go action to v6
1 parent 1922565 commit d7e738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-go@v5
27+
- uses: actions/setup-go@v6
2828
with:
2929
go-version: "^1.17.0"
3030
- name: Install addlicense

0 commit comments

Comments
 (0)