Skip to content

Commit 9ce084f

Browse files
committed
fix: update ci go version
1 parent bbf06ca commit 9ce084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint-and-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v2
1414
- uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.19'
16+
go-version: '1.21.9'
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3
1919
with:

0 commit comments

Comments
 (0)