Skip to content

Commit d953d42

Browse files
committed
Update to Go 1.24
1 parent 38b48a0 commit d953d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: write
1515

1616
env:
17-
GO_VERSION: '1.23.6'
17+
GO_VERSION: '1.24.0'
1818

1919
jobs:
2020
test_publish:

go.mod

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

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/adrg/xdg v0.5.3

0 commit comments

Comments
 (0)