Skip to content

Commit 4a82123

Browse files
committed
fix: ci wrong version
1 parent 6737fe9 commit 4a82123

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: '1.22'
27+
go-version: '1.23'
2828

2929
- name: Download dependencies
3030
run: go mod download
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v5
5858
with:
59-
go-version: '1.22'
59+
go-version: '1.23'
6060

6161
- name: Get version
6262
id: version

go.mod

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

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)