Skip to content

Commit 0e3c10d

Browse files
committed
fix: pin toolchain go1.23.0 to prevent version drift in CI
1 parent a335e4c commit 0e3c10d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
with:
3737
go-version: "1.23"
3838

39-
- name: Tidy modules
40-
run: go mod tidy
41-
4239
- name: Run golangci-lint
4340
uses: golangci/golangci-lint-action@v4
4441
with:
4542
version: v1.64.8
46-
working-directory: .

go.mod

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

33
go 1.23
44

5+
toolchain go1.23.0
6+
57
require (
68
github.com/go-viper/mapstructure/v2 v2.4.0
79
github.com/gofiber/contrib/websocket v1.3.4

0 commit comments

Comments
 (0)