Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed May 21, 2024
1 parent e17b4ab commit 831ec3a
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.21.5"
go-version: "1.22.3"

- 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.21.5
go-version: 1.22.3

- 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.21
go 1.22.3

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

0 comments on commit 831ec3a

Please sign in to comment.