Skip to content

Commit 3ce6dc4

Browse files
authored
Merge pull request #837 from kachick/fix-cui-ci
Bump CI dependencies around golangci-lint
2 parents 82a2db4 + 1209407 commit 3ce6dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hashira-cui--test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v2
29-
- uses: actions/setup-go@v2
29+
- uses: actions/setup-go@v4
3030
with:
3131
go-version: '^1.19.1'
3232
- uses: golangci/golangci-lint-action@v3
3333
with:
34-
version: v1.49.0
34+
version: v1.53.3
3535

0 commit comments

Comments
 (0)