We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b707f commit 77f2578Copy full SHA for 77f2578
.github/workflows/ci.yml
@@ -22,9 +22,9 @@ jobs:
22
- uses: actions/setup-go@v4
23
with:
24
go-version: '1.21'
25
- cache: 'disabled'
+ cache: false
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
28
29
version: v1.57
30
go.mod
@@ -2,6 +2,8 @@ module github.com/quickfixgo/examples
2
3
go 1.23
4
5
+toolchain go1.23.9
6
+
7
require (
8
github.com/fatih/color v1.16.0
9
github.com/gosuri/uitable v0.0.4
0 commit comments