We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db272bf commit 22417fbCopy full SHA for 22417fb
.github/workflows/go-release.yml
@@ -25,3 +25,4 @@ jobs:
25
args: release --clean
26
env:
27
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
28
+ GOEXPERIMENT: greenteagc
go.mod
@@ -1,5 +1,5 @@
1
module github.com/Filip7/workcd-go
2
3
-go 1.24.6
+go 1.25.1
4
5
require go.yaml.in/yaml/v4 v4.0.0-rc.2
0 commit comments