Skip to content

Commit

Permalink
feat: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Feb 12, 2024
1 parent d01ffa6 commit 08e96ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: extractions/setup-just@v1
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- run: just test
- uses: codecov/codecov-action@v4
with:
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/1995parham/saf

go 1.21
go 1.22

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

0 comments on commit 08e96ee

Please sign in to comment.