Skip to content

Commit 77f2578

Browse files
linter fix?
1 parent e3b707f commit 77f2578

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- uses: actions/setup-go@v4
2323
with:
2424
go-version: '1.21'
25-
cache: 'disabled'
25+
cache: false
2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v3
27+
uses: golangci/golangci-lint-action@v4
2828
with:
2929
version: v1.57
3030

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/quickfixgo/examples
22

33
go 1.23
44

5+
toolchain go1.23.9
6+
57
require (
68
github.com/fatih/color v1.16.0
79
github.com/gosuri/uitable v0.0.4

0 commit comments

Comments
 (0)