We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88d960 commit 58a5433Copy full SHA for 58a5433
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v6
18
with:
19
- go-version: 1.23.6
+ go-version: 1.24.4
20
- uses: actions/checkout@v5
21
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
22
- name: Codecov
go.mod
@@ -1,5 +1,5 @@
1
module github.com/TwiN/go-away
2
3
-go 1.24.0
+go 1.24.4
4
5
require golang.org/x/text v0.30.0
0 commit comments