Skip to content

Commit 58a5433

Browse files
committed
fix(ci): Bump Go to 1.24.4
1 parent c88d960 commit 58a5433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.23.6
19+
go-version: 1.24.4
2020
- uses: actions/checkout@v5
2121
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2222
- name: Codecov

go.mod

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

3-
go 1.24.0
3+
go 1.24.4
44

55
require golang.org/x/text v0.30.0

0 commit comments

Comments
 (0)