We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f48d5 commit d263374Copy full SHA for d263374
.github/workflows/ci-cd.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: '1.22'
+ go-version: '1.24'
20
- name: Run test
21
run: make test
22
- name: Build
go.mod
@@ -1,5 +1,5 @@
1
module github.com/Cycloctane/xplay
2
3
-go 1.22
+go 1.24
4
5
require github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
0 commit comments