Skip to content

Commit a53d0e7

Browse files
author
Josh
committed
Fix versions
1 parent 87f6b6b commit a53d0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-go@v3
3838
with:
39-
go-version: 1.19
39+
go-version: 1.21
4040
check-latest: true
4141
- uses: golangci/golangci-lint-action@v3
4242
with:
43-
version: v1.50.1
43+
version: v1.54.2

0 commit comments

Comments
 (0)