Skip to content

Commit 22417fb

Browse files
committed
feat: switch to go 1.25 and use experimental garbage collector
1 parent db272bf commit 22417fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
args: release --clean
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
28+
GOEXPERIMENT: greenteagc

go.mod

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

3-
go 1.24.6
3+
go 1.25.1
44

55
require go.yaml.in/yaml/v4 v4.0.0-rc.2

0 commit comments

Comments
 (0)