We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2381483 commit 3490537Copy full SHA for 3490537
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: "1.22"
+ go-version: "1.22.1"
19
20
- name: Build
21
run: go build -v .
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
go.mod
@@ -1,6 +1,6 @@
1
module get.pme.sh/pmesh
2
3
-go 1.22
+go 1.22.1
4
5
require (
6
get.pme.sh/pnats v0.0.0-20240304004023-26bb5a137ed0
0 commit comments