We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b48a0 commit d953d42Copy full SHA for d953d42
.github/workflows/main.yml
@@ -14,7 +14,7 @@ permissions:
14
contents: write
15
16
env:
17
- GO_VERSION: '1.23.6'
+ GO_VERSION: '1.24.0'
18
19
jobs:
20
test_publish:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/eikendev/hackenv
2
3
-go 1.23
+go 1.24
4
5
require (
6
github.com/adrg/xdg v0.5.3
0 commit comments