Skip to content

Commit 3490537

Browse files
committed
Bump to 1.22.1
1 parent 2381483 commit 3490537

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: "1.22"
18+
go-version: "1.22.1"
1919

2020
- name: Build
2121
run: go build -v .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: "1.22"
16+
go-version: "1.22.1"
1717

1818
- name: Run GoReleaser
1919
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 get.pme.sh/pmesh
22

3-
go 1.22
3+
go 1.22.1
44

55
require (
66
get.pme.sh/pnats v0.0.0-20240304004023-26bb5a137ed0

0 commit comments

Comments
 (0)