We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c13d6 commit b3d0019Copy full SHA for b3d0019
2 files changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v3
20
with:
21
- go-version: ^1.18
+ go-version: ^1.19
22
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@master
go.mod
@@ -1,6 +1,6 @@
1
module github.com/v03413/ServerStatus-Client
2
3
-go 1.18
+go 1.19
4
5
require github.com/shirou/gopsutil v2.21.11+incompatible
6
0 commit comments