Skip to content

Commit b137167

Browse files
committed
upgrade go 1.23
1 parent d536a07 commit b137167

File tree

3 files changed

+2
-71
lines changed

3 files changed

+2
-71
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.20.2
19+
go-version: 1.23.2
2020

2121
- name: Test
2222
run: go test -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/MixinNetwork/tip
22

3-
go 1.22.2
3+
go 1.23.2
44

55
require (
66
github.com/MixinNetwork/bot-api-go-client v1.8.7

0 commit comments

Comments
 (0)