Skip to content

Commit

Permalink
Bump to 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
can1357 committed Mar 12, 2024
1 parent 2381483 commit 3490537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.22.1"

- name: Build
run: go build -v .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.22.1"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module get.pme.sh/pmesh

go 1.22
go 1.22.1

require (
get.pme.sh/pnats v0.0.0-20240304004023-26bb5a137ed0
Expand Down

0 comments on commit 3490537

Please sign in to comment.