Skip to content

Commit dad80b0

Browse files
committed
chore(deps): update golang to 1.23
1 parent 4e51d78 commit dad80b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.22"
16+
go-version: "1.23"
1717

1818
- run: go build -v

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.22"
16+
go-version: "1.23"
1717
- uses: goreleaser/goreleaser-action@v6
1818
with:
1919
args: release --rm-dist

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jgraichen/docker-plugin-cinder
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/coreos/go-systemd/v22 v22.5.0

0 commit comments

Comments
 (0)