Skip to content

Commit 93ef022

Browse files
committed
chore: bump Go from 1.25 to 1.26
1 parent 3f86532 commit 93ef022

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ main, develop ]
99

1010
env:
11-
GO_VERSION: '1.25.7'
11+
GO_VERSION: '1.26.0'
1212

1313
jobs:
1414
test:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/1mb-dev/markgo
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/dustin/go-humanize v1.0.1

0 commit comments

Comments
 (0)