Skip to content

Commit

Permalink
Bump Go version from 1.22.3 to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Feb 9, 2025
1 parent 22669eb commit 5d4d668
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 @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.3"
go-version: "1.23.6"

- name: Build
run: go build -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version: 1.23.6

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
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 github.com/koesie10/smartmeter

go 1.22.3
go 1.23.6

require (
github.com/eclipse/paho.mqtt.golang v1.5.0
Expand Down

0 comments on commit 5d4d668

Please sign in to comment.