We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737fe9 commit 4a82123Copy full SHA for 4a82123
2 files changed
.github/workflows/build-and-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@v5
26
with:
27
- go-version: '1.22'
+ go-version: '1.23'
28
29
- name: Download dependencies
30
run: go mod download
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: Get version
62
id: version
go.mod
@@ -1,6 +1,6 @@
1
module github.com/techthos/clockwork
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/google/uuid v1.6.0
0 commit comments