Skip to content

Commit b3d0019

Browse files
committed
perf: upgrade golang version
1 parent f4c13d6 commit b3d0019

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: ^1.18
21+
go-version: ^1.19
2222

2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@master

go.mod

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

3-
go 1.18
3+
go 1.19
44

55
require github.com/shirou/gopsutil v2.21.11+incompatible
66

0 commit comments

Comments
 (0)