Skip to content

Commit

Permalink
Merge pull request #37 from jgraichen/renovate/golang
Browse files Browse the repository at this point in the history
chore(deps): update golang to 1.22
  • Loading branch information
jgraichen authored Feb 12, 2024
2 parents 16be957 + 29f9404 commit 6f6abbb
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,6 +13,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- 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:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist
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/jgraichen/docker-plugin-cinder

go 1.21
go 1.22

require (
github.com/coreos/go-systemd/v22 v22.5.0
Expand Down

0 comments on commit 6f6abbb

Please sign in to comment.