Skip to content

Commit d263374

Browse files
committed
update go version
1 parent 96f48d5 commit d263374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.22'
19+
go-version: '1.24'
2020
- name: Run test
2121
run: make test
2222
- name: Build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/Cycloctane/xplay
22

3-
go 1.22
3+
go 1.24
44

55
require github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8

0 commit comments

Comments
 (0)