We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a335e4c commit 0e3c10dCopy full SHA for 0e3c10d
2 files changed
.github/workflows/ci.yml
@@ -36,11 +36,7 @@ jobs:
36
with:
37
go-version: "1.23"
38
39
- - name: Tidy modules
40
- run: go mod tidy
41
-
42
- name: Run golangci-lint
43
uses: golangci/golangci-lint-action@v4
44
45
version: v1.64.8
46
- working-directory: .
go.mod
@@ -2,6 +2,8 @@ module github.com/ObeeJ/corvus
2
3
go 1.23
4
5
+toolchain go1.23.0
6
+
7
require (
8
github.com/go-viper/mapstructure/v2 v2.4.0
9
github.com/gofiber/contrib/websocket v1.3.4
0 commit comments