Skip to content

Commit

Permalink
Merge pull request #27 from openhpi-cloud/renovate/golang
Browse files Browse the repository at this point in the history
chore(deps): update golang to 1.23
  • Loading branch information
jgraichen authored Aug 19, 2024
2 parents bd3ecd0 + b02b85a commit b960cb1
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- run: make
- run: make test
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
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/openhpi-cloud/checks

go 1.22
go 1.23

require (
github.com/alexflint/go-arg v1.5.1
Expand Down

0 comments on commit b960cb1

Please sign in to comment.