Skip to content

Commit d1ac811

Browse files
committed
chore: bump go version to 1.23
1 parent c6576f0 commit d1ac811

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.x
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: ~1.21
17+
go-version: ~1.23
1818
id: go
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: ~1.21
31+
go-version: ~1.23
3232
- name: golangci-lint
3333
uses: golangci/golangci-lint-action@v6
3434
with:

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: ~1.21
16+
go-version: ~1.23
1717

1818
- name: Create release
1919
id: goreleaser

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/enapter/enapter-cli
22

3-
go 1.21
3+
go 1.23.0
4+
45

56
require (
67
github.com/gorilla/websocket v1.5.3

0 commit comments

Comments
 (0)